We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10b9ddb + 88a2b0a commit 46319f0Copy full SHA for 46319f0
1 file changed
.pre-commit-config.yaml
@@ -17,12 +17,12 @@ repos:
17
hooks:
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.2.0
+ rev: v3.2.2
21
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.982
+ rev: v0.990
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments