Skip to content

Commit 94ee71b

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-poetry/poetry: 2.1.4 → 2.2.1](python-poetry/poetry@2.1.4...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.13.2](astral-sh/ruff-pre-commit@v0.9.10...v0.13.2) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 34f3c9e commit 94ee71b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

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

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.8.3
12+
rev: v4.9.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: pyproject-fmt
3434
- repo: https://github.com/python-poetry/poetry
35-
rev: 2.1.4
35+
rev: 2.2.1
3636
hooks:
3737
- id: poetry-check
3838
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -41,7 +41,7 @@ repos:
4141
- id: prettier
4242
args: ["--tab-width", "2"]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.9.10
44+
rev: v0.13.2
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
@@ -52,7 +52,7 @@ repos:
5252
- id: codespell
5353
args: [-L, astroid]
5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.17.1
55+
rev: v1.18.2
5656
hooks:
5757
- id: mypy
5858
additional_dependencies: [types-pyyaml, strenum]

0 commit comments

Comments
 (0)