File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ ci :
2+ autofix_commit_msg : " [pre-commit.ci] auto fixes from pre-commit.com hooks"
3+ autofix_prs : true
4+ autoupdate_commit_msg : " [pre-commit.ci] pre-commit autoupdate"
5+ autoupdate_schedule : weekly
6+ submodules : false
7+
18repos :
29 - repo : https://github.com/pre-commit/pre-commit-hooks
310 rev : v4.4.0 # must match pyproject.toml
1017 - id : check-merge-conflict
1118 - id : mixed-line-ending
1219 - id : check-case-conflict
20+ - id : sort-simple-yaml
21+ files : .pre-commit-config.yaml
1322 - repo : https://github.com/hadialqattan/pycln
1423 rev : v2.1.6 # must match pyproject.toml
1524 hooks :
@@ -28,11 +37,3 @@ repos:
2837 - id : ruff
2938 types : [file]
3039 types_or : [python, pyi, toml]
31-
32- ci :
33- autofix_commit_msg : " [pre-commit.ci] auto fixes from pre-commit.com hooks"
34- autofix_prs : true
35- autoupdate_commit_msg : " [pre-commit.ci] pre-commit autoupdate"
36- autoupdate_schedule : weekly
37- skip : [flake8]
38- submodules : false
You can’t perform that action at this time.
0 commit comments