Skip to content

Commit 7d80aeb

Browse files
committed
Bump pre-commit
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 65aef0b commit 7d80aeb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-builtin-literals
66
- id: check-docstring-first
@@ -10,15 +10,15 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.14.0
13+
rev: v2.19.1
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/PyCQA/isort
1717
rev: 5.8.0
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 21.4b2
21+
rev: 21.5b2
2222
hooks:
2323
- id: black
2424
args: [--safe]
@@ -27,18 +27,19 @@ repos:
2727
rev: v1.17.0
2828
hooks:
2929
- id: setup-cfg-fmt
30+
args: ["--max-py-version", "3.9"]
3031
- repo: https://github.com/tox-dev/tox-ini-fmt
3132
rev: "0.5.0"
3233
hooks:
3334
- id: tox-ini-fmt
3435
- repo: https://github.com/PyCQA/flake8
35-
rev: "3.9.1"
36+
rev: "3.9.2"
3637
hooks:
3738
- id: flake8
3839
additional_dependencies: [
39-
"flake8-bugbear == 20.11.1",
40+
"flake8-bugbear == 21.4.3",
4041
"flake8-unused-arguments == 0.0.6",
41-
"flake8-comprehensions == 3.3.1",
42-
"flake8-spellcheck == 0.23.0",
43-
"flake8-pytest-style == 1.3.0",
42+
"flake8-comprehensions == 3.5.0",
43+
"flake8-spellcheck == 0.24.0",
44+
"flake8-pytest-style == 1.4.2",
4445
]

0 commit comments

Comments
 (0)