Skip to content

Commit b12f2d0

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.4 → v4.11.0](commitizen-tools/commitizen@v4.8.4...v4.11.0) - [github.com/python-poetry/poetry: 2.1.3 → 2.2.1](python-poetry/poetry@2.1.3...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.12...v0.14.10)
1 parent 834aeac commit b12f2d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.8.4
12+
rev: v4.11.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -26,7 +26,7 @@ repos:
2626
- id: end-of-file-fixer
2727
- id: trailing-whitespace
2828
- repo: https://github.com/python-poetry/poetry
29-
rev: 2.1.3
29+
rev: 2.2.1
3030
hooks:
3131
- id: poetry-check
3232
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -35,7 +35,7 @@ repos:
3535
- id: prettier
3636
args: ["--tab-width", "2"]
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.12.12
38+
rev: v0.14.10
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)