Skip to content

Commit 592942c

Browse files
[pre-commit.ci] pre-commit autoupdate (#106)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jürgen Gmach <[email protected]>
1 parent 7dfbcad commit 592942c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,19 @@ repos:
4040
- id: tox-ini-fmt
4141
args: [ "-p", "fix_lint" ]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.17.0
43+
rev: v1.18.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
args: [ --min-py3-version, "3.6", "--max-py-version", "3.10" ]
4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 3.9.2
48+
rev: 4.0.1
4949
hooks:
5050
- id: flake8
5151
additional_dependencies:
5252
- flake8-bugbear==21.9.1
53-
- flake8-comprehensions==3.6.1
53+
- flake8-comprehensions==3.7.0
5454
- flake8-pytest-style==1.5
5555
- flake8-spellcheck==0.24
5656
- flake8-unused-arguments==0.0.6
57-
- flake8-noqa==1.1.0
58-
- flake8-eradicate==1.1.0
57+
- flake8-noqa==1.2.0
5958
- pep8-naming==0.12.1

0 commit comments

Comments
 (0)