Skip to content

Commit aa426de

Browse files
authored
Update .pre-commit-config.yaml
1 parent 0a582c8 commit aa426de

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.pre-commit-config.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
4-
hooks:
5-
- id: trailing-whitespace
6-
- id: end-of-file-fixer
7-
- id: check-yaml
8-
- id: check-toml
9-
- id: check-xml
10-
- id: check-merge-conflict
11-
- id: check-symlinks
12-
- id: check-illegal-windows-names
13-
- id: mixed-line-ending
14-
args: ["--fix=lf"]
15-
- id: check-case-conflict
16-
172
- repo: https://github.com/python-jsonschema/check-jsonschema
183
rev: 0.34.1
194
hooks:
@@ -35,12 +20,29 @@ repos:
3520
rev: v1.16.3
3621
hooks:
3722
- id: zizmor
23+
args:
24+
- "--no-progress"
25+
- "--fix"
3826

3927
- repo: https://github.com/shellcheck-py/shellcheck-py
4028
rev: v0.11.0.1
4129
hooks:
4230
- id: shellcheck
43-
args: ["--severity=style"]
31+
32+
- repo: https://github.com/pre-commit/pre-commit-hooks
33+
rev: v6.0.0
34+
hooks:
35+
- id: trailing-whitespace
36+
- id: end-of-file-fixer
37+
- id: check-yaml
38+
- id: check-toml
39+
- id: check-xml
40+
- id: check-merge-conflict
41+
- id: check-symlinks
42+
- id: check-illegal-windows-names
43+
- id: mixed-line-ending
44+
args: ["--fix=lf"]
45+
- id: check-case-conflict
4446

4547
# Should be the last:
4648
- repo: meta

0 commit comments

Comments
 (0)