We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46319f0 + b1d6ce8 commit da99d5eCopy full SHA for da99d5e
1 file changed
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
- id: pyupgrade
23
args: [--py36-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v0.990
+ rev: v0.991
26
hooks:
27
- id: mypy
28
exclude: ^(docs/|tests/)
29
- repo: https://github.com/jorisroovers/gitlint
30
- rev: v0.17.0
+ rev: v0.18.0
31
32
- id: gitlint
33
- repo: https://github.com/asottile/setup-cfg-fmt
0 commit comments