Skip to content

Commit 0ef3787

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#190)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a043deb commit 0ef3787

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.13.9
12+
rev: v4.13.10
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -39,7 +39,7 @@ repos:
3939
additional_dependencies:
4040
- prettier@3.5.1
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.15.8
42+
rev: v0.15.10
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -51,13 +51,13 @@ repos:
5151
args:
5252
- --ignore-words-list=ans
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.19.1
54+
rev: v1.20.1
5555
hooks:
5656
- id: mypy
5757
additional_dependencies: []
5858
exclude: "src/ulid_transform/__init__.pyi"
5959
- repo: https://github.com/pre-commit/mirrors-clang-format
60-
rev: v22.1.2
60+
rev: v22.1.3
6161
hooks:
6262
- id: clang-format
6363
types_or:

0 commit comments

Comments
 (0)