Skip to content

Commit 3fedf48

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/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.3](python-jsonschema/check-jsonschema@0.32.1...0.33.3) - [github.com/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0)
1 parent a7ff64c commit 3fedf48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-merge-conflict
1111
name: check for git merge conflicts
@@ -19,20 +19,20 @@ repos:
1919
- id: check-yaml
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.32.1
22+
rev: 0.33.3
2323
hooks:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/sirosen/texthooks
27-
rev: 0.6.8
27+
rev: 0.7.1
2828
hooks:
2929
- id: fix-smartquotes
3030
- id: fix-spaces
3131
- id: fix-ligatures
3232
- id: forbid-bidi-controls
3333

3434
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
35-
rev: v2.14.0
35+
rev: v2.15.0
3636
hooks:
3737
- id: pretty-format-ini
3838
args: [--autofix]

0 commit comments

Comments
 (0)