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 cc33fdd commit bc5e6feCopy full SHA for bc5e6fe
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.7.0
+ rev: v4.8.2
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.9
+ rev: v0.11.11
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.4
+ rev: v20.1.5
61
62
- id: clang-format
63
types_or:
0 commit comments