Skip to content

Commit 7384484

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.29.1 → 0.30.0](python-jsonschema/check-jsonschema@0.29.1...0.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.6...v0.8.6) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
1 parent 56fd0f7 commit 7384484

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-ast
1010
name: validate Python code
1111
exclude: .*\.rst
1212
- id: check-case-conflict
1313

1414
- repo: https://github.com/python-jsonschema/check-jsonschema
15-
rev: 0.29.1
15+
rev: 0.30.0
1616
hooks:
1717
- id: check-github-workflows
1818

@@ -29,7 +29,7 @@ repos:
2929
- id: rst-inline-touching-normal
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.5.6
32+
rev: v0.8.6
3333
hooks:
3434
- id: ruff
3535
name: ruff (see https://docs.astral.sh/ruff/rules)
@@ -38,12 +38,12 @@ repos:
3838
name: autoformat source code with ruff-format
3939

4040
- repo: https://github.com/sphinx-contrib/sphinx-lint
41-
rev: v0.9.1
41+
rev: v1.0.0
4242
hooks:
4343
- id: sphinx-lint
4444

4545
- repo: https://github.com/nbQA-dev/nbQA
46-
rev: 1.8.7
46+
rev: 1.9.1
4747
hooks:
4848
- id: nbqa-check-ast
4949
name: validate Python notebooks

0 commit comments

Comments
 (0)