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 16345bf + e2269f8 commit 238b25fCopy full SHA for 238b25f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.1.0
+ rev: 22.3.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -47,7 +47,7 @@ repos:
47
- id: pyupgrade
48
args: [--py37-plus]
49
- repo: https://github.com/asottile/setup-cfg-fmt
50
- rev: v1.20.0
+ rev: v1.20.1
51
52
- id: setup-cfg-fmt
53
args: [--max-py-version=3.10]
@@ -56,7 +56,7 @@ repos:
56
57
- id: python-use-type-annotations
58
- repo: https://github.com/pre-commit/mirrors-mypy
59
- rev: v0.941
+ rev: v0.942
60
61
- id: mypy
62
files: ^(src/|testing/)
0 commit comments