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 691f2f9 commit 3c2ac4fCopy full SHA for 3c2ac4f
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.6.1
+ rev: v4.7.0
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies:
40
- [email protected]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.11.8
+ rev: v0.11.9
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -57,7 +57,7 @@ repos:
57
additional_dependencies: []
58
exclude: "src/ulid_transform/__init__.pyi"
59
- repo: https://github.com/pre-commit/mirrors-clang-format
60
- rev: v20.1.3
+ rev: v20.1.4
61
62
- id: clang-format
63
types_or:
0 commit comments