We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 514b920 + d5dbfe0 commit 4cc15fbCopy full SHA for 4cc15fb
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
default_stages:
2
-- commit
3
-- push
+- Nonepre-commitNone
+- Nonepre-pushNone
4
minimum_pre_commit_version: 2.7.1
5
ci:
6
skip: [fmt, cargo-check, end-of-file-fixer]
7
autofix_prs: true
8
autoupdate_schedule: weekly
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.6.0
+ rev: v5.0.0
12
hooks:
13
- id: detect-private-key
14
- id: check-byte-order-marker
@@ -22,7 +22,7 @@ repos:
22
- id: mixed-line-ending
23
- id: trailing-whitespace
24
- repo: https://github.com/pre-commit/pre-commit
25
- rev: v3.8.0
+ rev: v4.0.0
26
27
- id: validate_manifest
28
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
0 commit comments