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.
2 parents 0a83339 + 8a0bcb9 commit 3ab6ae7Copy full SHA for 3ab6ae7
1 file changed
.pre-commit-config.yaml
@@ -38,7 +38,7 @@ repos:
38
args: [--profile=black]
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v0.961
+ rev: v0.971
42
hooks:
43
- id: mypy
44
args: ["--config-file", "pyproject.toml"]
@@ -52,7 +52,7 @@ repos:
52
- id: prettier
53
54
- repo: https://github.com/asottile/pyupgrade
55
- rev: v2.37.1
+ rev: v2.37.2
56
57
- id: pyupgrade
58
args: [--py37-plus]
@@ -77,13 +77,13 @@ repos:
77
stages: [manual]
78
79
- repo: https://github.com/pre-commit/mirrors-eslint
80
- rev: v8.19.0
+ rev: v8.20.0
81
82
- id: eslint
83
84
85
- repo: https://github.com/sirosen/check-jsonschema
86
- rev: 0.17.0
+ rev: 0.17.1
87
88
- id: check-jsonschema
89
name: "Check GitHub Workflows"
0 commit comments