We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4fd5d commit e2ce6c1Copy full SHA for e2ce6c1
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v2.7.0
+ rev: v2.8.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
@@ -32,7 +32,7 @@ repos:
32
33
- id: autopep8
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.1.2
+ rev: 7.2.0
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments