Skip to content

Commit efce95a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.36.0](python-jsonschema/check-jsonschema@0.29.1...0.36.0) - [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) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.14.10](astral-sh/ruff-pre-commit@v0.5.6...v0.14.10) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.2](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.2) - [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
1 parent 56fd0f7 commit efce95a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v6.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.36.0
1616
hooks:
1717
- id: check-github-workflows
1818

1919
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
20-
rev: v2.14.0
20+
rev: v2.15.0
2121
hooks:
2222
- id: pretty-format-yaml
2323
args: [--autofix]
@@ -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.14.10
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.2
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)