Skip to content

Commit 269ff0b

Browse files
committed
Update pre-commit hook repos and versions
1 parent 7ee8ebe commit 269ff0b

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks.git
3-
rev: v4.0.1
4-
hooks:
5-
- id: check-merge-conflict
6-
- id: trailing-whitespace
7-
- repo: https://github.com/sirosen/check-jsonschema
8-
rev: 0.7.1
9-
hooks:
10-
- id: check-github-workflows
11-
- repo: https://github.com/sirosen/texthooks
12-
rev: 0.2.2
13-
hooks:
14-
- id: fix-smartquotes
15-
args: ["--show-changes"]
16-
- id: fix-ligatures
17-
args: ["--show-changes"]
18-
- id: forbid-bidi-controls
2+
- repo: "https://github.com/pre-commit/pre-commit-hooks"
3+
rev: "v5.0.0"
4+
hooks:
5+
- id: "check-merge-conflict"
6+
- id: "trailing-whitespace"
7+
8+
- repo: "https://github.com/sirosen/check-jsonschema"
9+
rev: "0.29.4"
10+
hooks:
11+
- id: "check-github-workflows"
12+
13+
- repo: "https://github.com/sirosen/texthooks"
14+
rev: "0.6.7"
15+
hooks:
16+
- id: "fix-smartquotes"
17+
args: ["--show-changes"]
18+
- id: "fix-ligatures"
19+
args: ["--show-changes"]
20+
- id: "forbid-bidi-controls"

0 commit comments

Comments
 (0)