We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8654d8f commit ee164f4Copy full SHA for ee164f4
.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,18 +36,18 @@ repos:
36
- id: isort
37
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v2.38.0
+ rev: v3.2.2
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
49
- repo: https://github.com/hadialqattan/pycln
50
- rev: v2.1.1
+ rev: v2.1.2
51
52
- id: pycln
53
args: [--config=pyproject.toml]
@@ -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.991
73
74
- id: mypy
75
files: src
0 commit comments