We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2dc351 + 82953c9 commit 1a92561Copy full SHA for 1a92561
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
--add-import, 'from __future__ import annotations',
18
]
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.2.0
+ rev: v3.2.2
21
hooks:
22
- id: pyupgrade
23
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
31
32
- id: flake8
33
- repo: https://github.com/pre-commit/mirrors-mypy
34
- rev: v0.982
+ rev: v0.990
35
36
- id: mypy
37
exclude: ^(docs/|example-plugin/)
0 commit comments