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 9763263 commit 655fccaCopy full SHA for 655fcca
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-yaml
12
13
- repo: https://github.com/commitizen-tools/commitizen
14
- rev: v4.4.1
+ rev: v4.6.1
15
hooks:
16
- id: commitizen
17
@@ -30,13 +30,13 @@ repos:
30
args: ["--in-place"]
31
32
- repo: https://github.com/adrienverge/yamllint.git
33
- rev: v1.37.0
+ rev: v1.37.1
34
35
- id: yamllint
36
args: ["-d relaxed"]
37
38
- repo: https://github.com/python-jsonschema/check-jsonschema
39
- rev: 0.32.1
+ rev: 0.33.0
40
41
- id: check-github-workflows
42
@@ -58,7 +58,7 @@ repos:
58
- tomli
59
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.11.2
+ rev: v0.11.8
62
63
- id: ruff
64
args: ["--fix"]
0 commit comments