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 eca14ba commit 2afb47bCopy full SHA for 2afb47b
.pre-commit-config.yaml
@@ -65,7 +65,7 @@ repos:
65
hooks:
66
- id: git-check
67
- repo: https://github.com/python-jsonschema/check-jsonschema
68
- rev: 0.28.6
+ rev: 0.29.1
69
70
- id: check-github-workflows
71
- id: check-renovate
@@ -104,7 +104,7 @@ repos:
104
105
- id: autoflake
106
- repo: https://github.com/asottile/pyupgrade
107
- rev: v3.16.0
+ rev: v3.17.0
108
109
- id: pyupgrade
110
args:
ci/requirements.txt
@@ -1,3 +1,3 @@
1
c2cciutils[checks]==1.6.21
2
wheel==0.43.0
3
-pre-commit==3.7.1
+pre-commit==3.8.0
0 commit comments