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 a2f403d commit 7b790d8Copy full SHA for 7b790d8
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: debug-statements
6
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.32.1
+ rev: v2.34.0
38
39
- id: pyupgrade
40
args: [--py37-plus]
@@ -59,7 +59,7 @@ repos:
59
stages: [manual]
60
61
- repo: https://github.com/pre-commit/mirrors-mypy
62
- rev: v0.960
+ rev: v0.961
63
64
- id: mypy
65
args: ["--config-file", "pyproject.toml"]
0 commit comments