|
1 | 1 | repos: |
2 | | - - repo: https://github.com/pre-commit/pre-commit-hooks |
3 | | - rev: v5.0.0 |
4 | | - hooks: |
5 | | - - id: trailing-whitespace |
6 | | - - id: end-of-file-fixer |
7 | | - - id: check-yaml |
8 | | - - id: check-toml |
9 | | - - id: check-xml |
10 | | - - id: check-merge-conflict |
11 | | - - id: check-symlinks |
12 | | - - id: check-illegal-windows-names |
13 | | - - id: mixed-line-ending |
14 | | - args: ["--fix=lf"] |
15 | | - - id: check-case-conflict |
16 | | - |
17 | 2 | - repo: https://github.com/python-jsonschema/check-jsonschema |
18 | | - rev: 0.33.0 |
| 3 | + rev: 0.35.0 |
19 | 4 | hooks: |
20 | 5 | - id: check-dependabot |
21 | 6 | - id: check-github-workflows |
22 | 7 | - id: check-github-actions |
23 | 8 | - id: check-readthedocs |
24 | 9 |
|
25 | 10 | - repo: https://github.com/rhysd/actionlint |
26 | | - rev: v1.7.7 |
| 11 | + rev: v1.7.8 |
27 | 12 | hooks: |
28 | 13 | - id: actionlint |
29 | 14 | additional_dependencies: |
30 | 15 | - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest" |
31 | 16 |
|
32 | 17 | - repo: https://github.com/woodruffw/zizmor-pre-commit |
33 | | - rev: v1.6.0 |
| 18 | + rev: v1.16.3 |
34 | 19 | hooks: |
35 | 20 | - id: zizmor |
| 21 | + args: ["--no-progress", "--fix"] |
36 | 22 |
|
37 | 23 | - repo: https://github.com/shellcheck-py/shellcheck-py |
38 | | - rev: v0.10.0.1 |
| 24 | + rev: v0.11.0.1 |
39 | 25 | hooks: |
40 | 26 | - id: shellcheck |
41 | 27 | args: ["--severity=style"] |
42 | 28 | - repo: https://github.com/astral-sh/ruff-pre-commit |
43 | | - rev: v0.11.13 |
| 29 | + rev: v0.14.5 |
44 | 30 | hooks: |
45 | 31 | - id: ruff |
46 | 32 | args: ["--exit-non-zero-on-fix"] |
47 | 33 | - id: ruff-format |
48 | 34 |
|
| 35 | + - repo: https://github.com/sphinx-contrib/sphinx-lint |
| 36 | + rev: v1.0.1 |
| 37 | + hooks: |
| 38 | + - id: sphinx-lint |
| 39 | + args: ["--enable=default-role"] |
| 40 | + files: ^docs/ |
| 41 | + |
| 42 | + - repo: https://github.com/pre-commit/pre-commit-hooks |
| 43 | + rev: v6.0.0 |
| 44 | + hooks: |
| 45 | + - id: trailing-whitespace |
| 46 | + - id: end-of-file-fixer |
| 47 | + - id: check-yaml |
| 48 | + - id: check-toml |
| 49 | + - id: check-xml |
| 50 | + - id: check-merge-conflict |
| 51 | + - id: check-symlinks |
| 52 | + - id: check-illegal-windows-names |
| 53 | + - id: mixed-line-ending |
| 54 | + args: ["--fix=lf"] |
| 55 | + - id: check-case-conflict |
| 56 | + |
49 | 57 | # Should be the last: |
50 | 58 | - repo: meta |
51 | 59 | hooks: |
|
0 commit comments