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 213efa5 + 0d2a17d commit a69121eCopy full SHA for a69121e
1 file changed
.pre-commit-config.yaml
@@ -35,11 +35,11 @@ repos:
35
- id: add-trailing-comma
36
args: [--py36-plus]
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v2.19.1
+ rev: v2.19.4
39
hooks:
40
- id: pyupgrade
41
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v0.812
+ rev: v0.902
44
45
- id: mypy
0 commit comments