Skip to content

Commit 69aca07

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.3 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.3...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) - [github.com/commitizen-tools/commitizen: v3.21.3 → v4.8.3](commitizen-tools/commitizen@v3.21.3...v4.8.3)
1 parent 0ac8b5a commit 69aca07

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,7 +1,7 @@
11
# Pre-commit configuration for the cookiecutter template itself
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
exclude: '{{cookiecutter\.project_slug}}/.*'
@@ -20,7 +20,7 @@ repos:
2020
files: ^(hooks|tests)/.*\.py$
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.3
23+
rev: v0.12.8
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
@@ -29,7 +29,7 @@ repos:
2929
files: ^(hooks|tests)/.*\.py$
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.16.1
32+
rev: v1.17.1
3333
hooks:
3434
- id: mypy
3535
files: ^tests/.*\.py$
@@ -44,7 +44,7 @@ repos:
4444
types: [python]
4545

4646
- repo: https://github.com/commitizen-tools/commitizen
47-
rev: v3.21.3
47+
rev: v4.8.3
4848
hooks:
4949
- id: commitizen
5050
stages: [commit-msg]

0 commit comments

Comments
 (0)