File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5.0 .0
3+ rev : v4.5 .0
44 hooks :
55 - id : check-added-large-files
66 - id : check-yaml
77 - id : check-merge-conflict
88 - id : end-of-file-fixer
99
10- - repo : https://github.com/astral-sh/uv-pre-commit
11- # uv version.
12- rev : 0.7.2
13- hooks :
14- - id : uv-lock
15- # Synchronize dependencies upon branch checkout, pull or rebase
16- # requires extra hook types to be installed!!!
17- # - id: uv-sync
18-
1910 - repo : local
2011 hooks :
21- # Run the linter.
2212 - id : ruff
2313 name : lint with ruff
2414 language : system
2515 entry : ruff check --force-exclude --fix
2616 types : [python]
2717 require_serial : true
2818
29- # Run the formatter.
3019 - id : ruff-format
3120 name : format with ruff
3221 language : system
You can’t perform that action at this time.
0 commit comments