We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7446a commit e38ff06Copy full SHA for e38ff06
.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.5.0
+ rev: v2.7.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
@@ -23,7 +23,7 @@ repos:
23
24
- id: add-trailing-comma
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.17.0
+ rev: v3.18.0
27
28
- id: pyupgrade
29
args: [--py39-plus]
@@ -36,7 +36,7 @@ repos:
36
37
- id: flake8
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.11.2
+ rev: v1.12.1
40
41
- id: mypy
42
additional_dependencies: [types-six]
0 commit comments