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 a043deb commit 0ef3787Copy full SHA for 0ef3787
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.13.9
+ rev: v4.13.10
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
39
additional_dependencies:
40
- prettier@3.5.1
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.15.8
+ rev: v0.15.10
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
@@ -51,13 +51,13 @@ repos:
51
args:
52
- --ignore-words-list=ans
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: v1.19.1
+ rev: v1.20.1
55
56
- id: mypy
57
additional_dependencies: []
58
exclude: "src/ulid_transform/__init__.pyi"
59
- repo: https://github.com/pre-commit/mirrors-clang-format
60
- rev: v22.1.2
+ rev: v22.1.3
61
62
- id: clang-format
63
types_or:
0 commit comments