Skip to content

Commit 9ca51f8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.4...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.18.2](pre-commit/mirrors-mypy@v1.17.0...v1.18.2) - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.9.1](commitizen-tools/commitizen@v4.8.3...v4.9.1)
1 parent 6337de3 commit 9ca51f8

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.12.4
18+
rev: v0.13.3
1919
hooks:
2020
# Run the linter.
2121
#- id: ruff-check
@@ -24,7 +24,7 @@ repos:
2424
- id: ruff-format
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.17.0
27+
rev: v1.18.2
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [types-colorama, typer]
@@ -38,7 +38,7 @@ repos:
3838
exclude: tests/
3939

4040
- repo: https://github.com/commitizen-tools/commitizen
41-
rev: v4.8.3
41+
rev: v4.9.1
4242
hooks:
4343
- id: commitizen
4444
- id: commitizen-branch

0 commit comments

Comments
 (0)