Skip to content

Commit e7ab3a8

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <[email protected]>
1 parent 6427f17 commit e7ab3a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: rst-backticks
3535
- repo: https://github.com/asottile/setup-cfg-fmt
36-
rev: v1.17.0
36+
rev: v1.18.0
3737
hooks:
3838
- id: setup-cfg-fmt
3939
args: [--min-py3-version, "3.6", "--max-py-version", "3.10"]
@@ -43,13 +43,13 @@ repos:
4343
- id: tox-ini-fmt
4444
args: ["-p", "fix"]
4545
- repo: https://github.com/PyCQA/flake8
46-
rev: "3.9.2"
46+
rev: "4.0.1"
4747
hooks:
4848
- id: flake8
4949
additional_dependencies: [
50-
"flake8-bugbear == 21.4.3",
50+
"flake8-bugbear == 21.9.2",
5151
"flake8-unused-arguments == 0.0.6",
52-
"flake8-comprehensions == 3.5.0",
52+
"flake8-comprehensions == 3.7.0",
5353
"flake8-spellcheck == 0.24.0",
5454
"flake8-pytest-style == 1.4.2",
5555
]

0 commit comments

Comments
 (0)