Skip to content

Commit 9c33519

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.6](astral-sh/ruff-pre-commit@v0.13.1...v0.14.6) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 3013af7 commit 9c33519

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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,12 +39,12 @@ repos:
3939
additional_dependencies:
4040
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.13.1
42+
rev: v0.14.6
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.11.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)