Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1f59f4c + 371b4fc commit 6a661f8Copy full SHA for 6a661f8
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: add-trailing-comma
26
args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.2.0
+ rev: v3.2.2
29
hooks:
30
- id: pyupgrade
31
args: [--py37-plus]
@@ -38,7 +38,7 @@ repos:
38
39
- id: flake8
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v0.982
+ rev: v0.990
42
43
- id: mypy
44
additional_dependencies: [types-all]
0 commit comments