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 f1a6bd8 commit 5038e71Copy full SHA for 5038e71
.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: end-of-file-fixer
6
- id: check-case-conflict
@@ -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]
@@ -52,7 +52,7 @@ repos:
52
stages: [manual]
53
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: v0.960
+ rev: v0.961
56
57
- id: mypy
58
args: ["--config-file", "pyproject.toml"]
0 commit comments