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 ce14f0b commit 0891433Copy full SHA for 0891433
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v2.37.1
+ rev: v2.37.2
38
hooks:
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.961
+ rev: v0.971
56
57
- id: mypy
58
args: ["--config-file", "pyproject.toml"]
@@ -61,7 +61,7 @@ repos:
61
62
63
- repo: https://github.com/sirosen/check-jsonschema
64
- rev: 0.17.0
+ rev: 0.17.1
65
66
- id: check-jsonschema
67
name: "Check GitHub Workflows"
0 commit comments