We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cdf7b commit c95b15aCopy full SHA for c95b15a
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_stages: [pre-commit]
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: check-added-large-files
10
args: ["--maxkb=2000"]
@@ -23,7 +23,7 @@ repos:
23
args: [--fix, --exit-non-zero-on-fix, --config=.ruff.toml]
24
25
- repo: https://github.com/commitizen-tools/commitizen
26
- rev: v1.17.0
+ rev: v4.8.2
27
28
- id: commitizen
29
- id: commitizen-branch
0 commit comments