8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1191229 commit 06a227fCopy full SHA for 06a227f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# See https://pre-commit.com for more information
2
# See https://pre-commit.com/hooks.html for more hooks
3
exclude: "CHANGELOG.md"
4
-default_stages: [commit]
+default_stages: [Nonepre-commitNone]
5
6
ci:
7
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"
@@ -14,7 +14,7 @@ repos:
14
- id: commitizen
15
stages: [commit-msg]
16
- repo: https://github.com/pre-commit/pre-commit-hooks
17
- rev: v4.6.0
+ rev: v5.0.0
18
hooks:
19
- id: debug-statements
20
- id: check-builtin-literals
@@ -39,7 +39,7 @@ repos:
39
- id: pyupgrade
40
args: [--py37-plus]
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.6.8
+ rev: v0.6.9
43
44
- id: ruff
45
args: [--fix, --exit-non-zero-on-fix]
0 commit comments