Skip to content

Commit 9aa8190

Browse files
[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/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.36.0](python-jsonschema/check-jsonschema@0.33.2...0.36.0)
1 parent c77f513 commit 9aa8190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: .*\.dot|.*\.svg
77
repos:
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: check-merge-conflict
1717

1818
- repo: https://github.com/sirosen/texthooks
19-
rev: 0.6.8
19+
rev: 0.7.1
2020
hooks:
2121
- id: fix-smartquotes
2222
- id: fix-spaces
@@ -35,7 +35,7 @@ repos:
3535
args: [--autofix]
3636

3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.33.2
38+
rev: 0.36.0
3939
hooks:
4040
- id: check-github-workflows
4141

0 commit comments

Comments
 (0)