We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c320a commit 08fa80bCopy full SHA for 08fa80b
2 files changed
.pre-commit-config.yaml
@@ -21,15 +21,15 @@ repos:
21
|\.github/ghci\.yaml
22
)$
23
- repo: https://github.com/renovatebot/pre-commit-hooks
24
- rev: 43.91.3
+ rev: 43.140.0
25
hooks:
26
- id: renovate-config-validator
27
- repo: https://github.com/sbrunner/hooks
28
- rev: 1.6.1
+ rev: 1.7.0
29
30
- id: canonicalize
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.15.7
+ rev: v0.15.11
33
34
- id: ruff-format
35
- repo: https://github.com/sbrunner/python-versions-hook
ci/requirements.txt
@@ -1,3 +1,3 @@
1
c2cciutils==1.7.5
2
-pre-commit==4.5.1
+pre-commit==4.6.0
3
tag-publish==1.1.1
0 commit comments