Skip to content

Commit 569b579

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.4 → v4.11.1](commitizen-tools/commitizen@v4.8.4...v4.11.1) - [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 1897822 commit 569b579

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
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/commitizen-tools/commitizen
13-
rev: v4.8.4
13+
rev: v4.11.1
1414
hooks:
1515
- id: commitizen
1616
stages: [commit-msg]
@@ -27,7 +27,7 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: trailing-whitespace
2929
- repo: https://github.com/python-poetry/poetry
30-
rev: 2.1.3
30+
rev: 2.2.1
3131
hooks:
3232
- id: poetry-check
3333
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -36,7 +36,7 @@ repos:
3636
- id: prettier
3737
args: ["--tab-width", "2"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.12.12
39+
rev: v0.14.10
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)