We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b31f12 commit a31c005Copy full SHA for a31c005
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
hooks:
23
- id: black
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.17.0
+ rev: v3.19.1
26
27
- id: pyupgrade
28
args: [--py37-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.11.2
+ rev: v1.14.1
31
32
- id: mypy
33
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
39
40
- id: gitlint
41
- repo: https://github.com/asottile/setup-cfg-fmt
42
- rev: v2.5.0
+ rev: v2.7.0
43
44
- id: setup-cfg-fmt
45
args: [--min-py3-version, '3.7']
0 commit comments