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.
1 parent ced125a commit 605fe29Copy full SHA for 605fe29
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 21.5b2
+ rev: 21.6b0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -34,7 +34,7 @@ repos:
34
- id: reorder-python-imports
35
args: ['--application-directories=.:src', --py36-plus]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.19.1
+ rev: v2.19.4
38
39
- id: pyupgrade
40
args: [--py36-plus]
@@ -44,11 +44,11 @@ repos:
44
- id: setup-cfg-fmt
45
args: [--max-py-version=3.10]
46
- repo: https://github.com/pre-commit/pygrep-hooks
47
- rev: v1.8.0
+ rev: v1.9.0
48
49
- id: python-use-type-annotations
50
- repo: https://github.com/pre-commit/mirrors-mypy
51
- rev: v0.812
+ rev: v0.902
52
53
- id: mypy
54
files: ^(src/|testing/)
0 commit comments