We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c9a13e + 385c4a7 commit 032e939Copy full SHA for 032e939
1 file changed
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.38.2
+ rev: v3.2.2
24
hooks:
25
- id: pyupgrade
26
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
31
- id: isort
32
33
- repo: https://github.com/psf/black
34
- rev: 22.8.0
+ rev: 22.10.0
35
36
- id: black
37
@@ -42,7 +42,7 @@ repos:
42
additional_dependencies: [flake8-bugbear]
43
44
- repo: https://github.com/pre-commit/mirrors-mypy
45
- rev: v0.981
+ rev: v0.990
46
47
- id: mypy
48
args: [--config-file=pyproject.toml]
0 commit comments