Skip to content

Commit 4bd2359

Browse files
[pre-commit.ci] pre-commit autoupdate (#4140)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.14.2](zizmorcore/zizmor-pre-commit@v1.11.0...v1.14.2) * Indent YAML entries --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Wei Ji <[email protected]>
1 parent 1204697 commit 4bd2359

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

.pre-commit-config.yaml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
6-
hooks:
7-
- id: check-added-large-files
8-
- id: check-yaml
9-
- id: end-of-file-fixer
10-
- id: trailing-whitespace
11-
- repo: https://github.com/Lucas-C/pre-commit-hooks
12-
rev: v1.5.5
13-
hooks:
14-
- id: forbid-crlf
15-
- id: remove-crlf
16-
- id: chmod
17-
args: ['644']
18-
- repo: https://github.com/woodruffw/zizmor-pre-commit
19-
rev: v1.11.0
20-
hooks:
21-
- id: zizmor
22-
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v6.0.0
6+
hooks:
7+
- id: check-added-large-files
8+
- id: check-yaml
9+
- id: end-of-file-fixer
10+
- id: trailing-whitespace
11+
- repo: https://github.com/Lucas-C/pre-commit-hooks
12+
rev: v1.5.5
13+
hooks:
14+
- id: forbid-crlf
15+
- id: remove-crlf
16+
- id: chmod
17+
args: ["644"]
18+
- repo: https://github.com/woodruffw/zizmor-pre-commit
19+
rev: v1.14.2
20+
hooks:
21+
- id: zizmor
2322

2423
# https://pre-commit.ci/#configuration
2524
ci:

0 commit comments

Comments
 (0)