File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : quarterly
3
3
4
4
repos :
5
+ - repo : https://github.com/pre-commit/pygrep-hooks
6
+ rev : v1.10.0
7
+ hooks :
8
+ - id : rst-backticks
9
+
5
10
- repo : https://github.com/pre-commit/pre-commit-hooks
6
11
rev : v5.0.0
7
12
hooks :
8
13
- id : check-added-large-files
9
14
- id : check-case-conflict
10
15
- id : check-merge-conflict
11
- - id : check-symlinks
16
+ - id : check-json
12
17
- id : check-yaml
13
18
- id : end-of-file-fixer
14
19
- id : mixed-line-ending
20
+ - id : requirements-txt-fixer
15
21
- id : trailing-whitespace
16
22
17
23
- repo : https://github.com/codespell-project/codespell
@@ -37,7 +43,17 @@ repos:
37
43
- id : rst-inline-touching-normal
38
44
39
45
- repo : https://github.com/astral-sh/ruff-pre-commit
40
- rev : v0.7 .1
46
+ rev : v0.9 .1
41
47
hooks :
42
48
- id : ruff
43
49
- id : ruff-format
50
+
51
+ - repo : https://github.com/sphinx-contrib/sphinx-lint
52
+ rev : v1.0.0
53
+ hooks :
54
+ - id : sphinx-lint
55
+
56
+ - repo : meta
57
+ hooks :
58
+ - id : check-hooks-apply
59
+ - id : check-useless-excludes
You can’t perform that action at this time.
0 commit comments