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 110d70e commit d7752b4Copy full SHA for d7752b4
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
exclude: _pytest/(debugging|hookspec).py
22
language_version: python3
23
- repo: https://github.com/PyCQA/flake8
24
- rev: 3.9.2
+ rev: 4.0.1
25
hooks:
26
- id: flake8
27
@@ -39,7 +39,7 @@ repos:
39
- id: pyupgrade
40
args: [--py36-plus]
41
- repo: https://github.com/asottile/setup-cfg-fmt
42
- rev: v1.17.0
+ rev: v1.18.0
43
44
- id: setup-cfg-fmt
45
args: [--max-py-version=3.10]
@@ -48,7 +48,7 @@ repos:
48
49
- id: python-use-type-annotations
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: v0.910
+ rev: v0.910-1
52
53
- id: mypy
54
files: ^(src/|testing/)
0 commit comments