Skip to content

Commit 4892d79

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.8](astral-sh/ruff-pre-commit@v0.13.1...v0.14.8) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 3013af7 commit 4892d79

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.9.1
12+
rev: v4.10.0
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -39,20 +39,20 @@ repos:
3939
additional_dependencies:
4040
- prettier@3.5.1
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.13.1
42+
rev: v0.14.8
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
46-
- repo: https://github.com/psf/black
47-
rev: 25.9.0
46+
- repo: https://github.com/psf/black-pre-commit-mirror
47+
rev: 25.12.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/codespell-project/codespell
5151
rev: v2.4.1
5252
hooks:
5353
- id: codespell
5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.18.2
55+
rev: v1.19.0
5656
hooks:
5757
- id: mypy
5858
additional_dependencies: []

0 commit comments

Comments
 (0)