Skip to content

Commit eae48aa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.4](python-jsonschema/check-jsonschema@0.28.6...0.29.4) - [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.7.2](astral-sh/ruff-pre-commit@v0.5.0...v0.7.2) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0)
1 parent 563a667 commit eae48aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-ast
1111
name: validate Python code
@@ -24,20 +24,20 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.28.6
27+
rev: 0.29.4
2828
hooks:
2929
- id: check-github-workflows
3030

3131
- repo: https://github.com/sirosen/texthooks
32-
rev: 0.6.6
32+
rev: 0.6.7
3333
hooks:
3434
- id: fix-smartquotes
3535
- id: fix-spaces
3636
- id: fix-ligatures
3737
- id: forbid-bidi-controls
3838

3939
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
40-
rev: v2.13.0
40+
rev: v2.14.0
4141
hooks:
4242
- id: pretty-format-ini
4343
args: [--autofix]
@@ -67,14 +67,14 @@ repos:
6767
- tomli
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.5.0
70+
rev: v0.7.2
7171
hooks:
7272
- id: ruff
7373
name: ruff (see https://docs.astral.sh/ruff/rules)
7474
args: [--fix]
7575

7676
- repo: https://github.com/asottile/blacken-docs
77-
rev: 1.18.0
77+
rev: 1.19.1
7878
hooks:
7979
- id: blacken-docs
8080
name: autoformat code blocks in docs
@@ -84,6 +84,6 @@ repos:
8484
- black==24.3.0
8585

8686
- repo: https://github.com/sphinx-contrib/sphinx-lint
87-
rev: v0.9.1
87+
rev: v1.0.0
8888
hooks:
8989
- id: sphinx-lint

0 commit comments

Comments
 (0)