Skip to content

Commit 309368b

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.12.1 → v4.13.7](commitizen-tools/commitizen@v4.12.1...v4.13.7) - [github.com/python-poetry/poetry: 2.3.1 → 2.3.2](python-poetry/poetry@2.3.1...2.3.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0)
1 parent b5b83fe commit 309368b

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.12.1
13+
rev: v4.13.7
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.3.1
30+
rev: 2.3.2
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.14.14
39+
rev: v0.15.0
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)