Skip to content

Commit ad97564

Browse files
committed
Bump linters
Signed-off-by: Bernát Gábor <[email protected]>
1 parent ab93192 commit ad97564

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
args:
3131
- --safe
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v1.17.0
33+
rev: v1.18.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
args:
@@ -62,15 +62,14 @@ repos:
6262
exclude: ^docs/changelog/(\d+\.(feature|bugfix|doc|removal|misc).rst|README.rst|template.jinja2)
6363
files: ^docs/changelog/
6464
- repo: https://github.com/PyCQA/flake8
65-
rev: 3.9.2
65+
rev: 4.0.1
6666
hooks:
6767
- id: flake8
6868
additional_dependencies:
69-
- flake8-bugbear==21.9.1
70-
- flake8-comprehensions==3.6.1
69+
- flake8-bugbear==21.9.2
70+
- flake8-comprehensions==3.7
7171
- flake8-pytest-style==1.5
7272
- flake8-spellcheck==0.24
7373
- flake8-unused-arguments==0.0.6
74-
- flake8-noqa==1.1.0
75-
- flake8-eradicate==1.1.0
74+
- flake8-noqa==1.2
7675
- pep8-naming==0.12.1

0 commit comments

Comments
 (0)