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 939a980 + c9affd3 commit 0401a20Copy full SHA for 0401a20
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
exclude: "\\.xml"
27
28
- repo: "https://github.com/asottile/pyupgrade"
29
- rev: "v3.19.0"
+ rev: "v3.19.1"
30
hooks:
31
- id: "pyupgrade"
32
name: "Enforce Python 3.9+ idioms"
@@ -63,11 +63,11 @@ repos:
63
- id: "check-readthedocs"
64
65
- repo: "https://github.com/rhysd/actionlint"
66
- rev: "v1.7.4"
+ rev: "v1.7.6"
67
68
- id: "actionlint"
69
70
- repo: "https://github.com/kurtmckee/pre-commit-hooks"
71
- rev: "v0.1.1"
+ rev: "v1.0.0"
72
73
- id: "verify-consistent-pyproject-toml-python-requirements"
0 commit comments