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 303eb7b + e495e07 commit d9cb4ccCopy full SHA for d9cb4cc
1 file changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: add-trailing-comma
21
args: [--py36-plus]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.2.0
+ rev: v3.2.2
24
hooks:
25
- id: pyupgrade
26
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
33
34
- id: flake8
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v0.982
+ rev: v0.990
37
38
- id: mypy
39
additional_dependencies: [types-all]
0 commit comments