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 8654d8f commit 20a7da4Copy full SHA for 20a7da4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.8.0
+ rev: 22.10.0
4
hooks:
5
- id: black-jupyter
6
@@ -36,13 +36,13 @@ repos:
36
- id: isort
37
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v2.38.0
+ rev: v3.2.0
40
41
- id: pyupgrade
42
args: ["--py36-plus"]
43
44
- repo: https://github.com/asottile/setup-cfg-fmt
45
- rev: v2.0.0
+ rev: v2.2.0
46
47
- id: setup-cfg-fmt
48
@@ -69,7 +69,7 @@ repos:
69
additional_dependencies: *flake8_dependencies
70
71
- repo: https://github.com/pre-commit/mirrors-mypy
72
- rev: v0.971
+ rev: v0.982
73
74
- id: mypy
75
files: src
0 commit comments