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 51a7a9f + db169d3 commit 8ce860dCopy full SHA for 8ce860d
1 file changed
.pre-commit-config.yaml
@@ -22,11 +22,11 @@ repos:
22
- flake8-comprehensions
23
- flake8-bugbear
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.31.0
+ rev: v2.31.1
26
hooks:
27
- id: pyupgrade
28
args: [--py36-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: 'v0.931'
+ rev: 'v0.940'
31
32
- id: mypy
0 commit comments