File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Pre-commit configuration for the cookiecutter template itself
22repos :
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}}/.*'
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]
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$
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]
You can’t perform that action at this time.
0 commit comments