We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95335a5 commit 10aacf3Copy full SHA for 10aacf3
1 file changed
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.3.0
+ rev: 22.6.0
4
hooks:
5
- id: black
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.2.0
+ rev: v4.3.0
8
9
- id: check-ast
10
- id: check-added-large-files
@@ -34,7 +34,7 @@ repos:
34
'flake8-type-checking',
35
]
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.32.0
+ rev: v2.37.3
38
39
- id: pyupgrade
40
args: [ "--py36-plus", "--py3-plus", "--py37-plus" ]
@@ -43,7 +43,7 @@ repos:
43
44
- id: isort
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v0.950
+ rev: v0.971
47
48
- id: mypy
49
args:
0 commit comments