File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11---
22repos :
3+ - repo : https://github.com/astral-sh/ruff-pre-commit
4+ rev : v0.2.2
5+ hooks :
6+ - id : ruff-format
7+ args : ["--preview"]
8+ - id : ruff
9+ args : ["--exit-non-zero-on-fix"]
310 - repo : https://github.com/pre-commit/pre-commit-hooks
411 rev : v4.5.0
512 hooks :
@@ -10,15 +17,8 @@ repos:
1017 - id : check-yaml
1118 - id : debug-statements
1219 language_version : python3
13- - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.2.2
15- hooks :
16- - id : ruff-format
17- args : ["--preview"]
18- - id : ruff
19- args : ["--exit-non-zero-on-fix"]
2020 - repo : https://github.com/sphinx-contrib/sphinx-lint
2121 rev : v0.9.1
2222 hooks :
2323 - id : sphinx-lint
24- args : [--enable=default-role]
24+ args : [--enable=default-role]
You can’t perform that action at this time.
0 commit comments