Skip to content

Commit 8929a9b

Browse files
committed
Bump pre-commit
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 50a092f commit 8929a9b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.9.0
13+
rev: v2.14.0
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.7.0
17+
rev: 5.8.0
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 20.8b1
21+
rev: 21.4b2
2222
hooks:
2323
- id: black
2424
args: [--safe]
2525
language_version: python3.9
2626
- repo: https://github.com/asottile/setup-cfg-fmt
27-
rev: v1.16.0
27+
rev: v1.17.0
2828
hooks:
2929
- id: setup-cfg-fmt
3030
- repo: https://github.com/tox-dev/tox-ini-fmt
3131
rev: "0.5.0"
3232
hooks:
3333
- id: tox-ini-fmt
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: "3.8.4"
35+
rev: "3.9.1"
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ package_dir =
4343
=src
4444
zip_safe = True
4545

46+
[options.packages.find]
47+
where = src
48+
4649
[options.extras_require]
4750
test =
4851
pytest>=4
@@ -51,9 +54,6 @@ test =
5154
[options.package_data]
5255
sphinx_argparse_cli = py.typed
5356

54-
[options.packages.find]
55-
where = src
56-
5757
[flake8]
5858
max-line-length = 120
5959
ignore = F401, H301, E203

0 commit comments

Comments
 (0)