We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f47c0 commit 4e2fe9fCopy full SHA for 4e2fe9f
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
30
entry: end-of-file-fixer
31
language: system
32
types: [text]
33
- stages: [commit, push, manual]
+ stages: [pre-commit, pre-push, manual]
34
- id: ruff-lint
35
name: Ruff Lint
36
entry: ruff check
@@ -49,7 +49,7 @@ repos:
49
entry: trailing-whitespace-fixer
50
51
52
53
54
- repo: https://github.com/astral-sh/ruff-pre-commit
55
rev: v0.11.11
0 commit comments