Skip to content

Commit da524a9

Browse files
authored
Merge pull request #2 from s-celles/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7f549b2 + 69aca07 commit da524a9

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)