File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 77 - id : prettier
88 types_or : [yaml, json5]
99
10- - repo : https://github.com/astral-sh/ruff-pre-commit
11- rev : v0.8.1
10+ - repo : local
1211 hooks :
1312 - id : ruff-format
13+ name : Ruff Format
14+ entry : uv run ruff
15+ args : [format]
16+ language : system
17+ types : [python]
18+ pass_filenames : false
1419 - id : ruff
15- args : [--fix, --exit-non-zero-on-fix]
16-
17- - repo : local
18- hooks :
20+ name : Ruff
21+ entry : uv run ruff
22+ args : ["check", "--fix", "--exit-non-zero-on-fix"]
23+ types : [python]
24+ language : system
25+ pass_filenames : false
26+ - id : pyright
27+ name : pyright
28+ entry : uv run pyright
29+ args : [src]
30+ language : system
31+ types : [python]
32+ pass_filenames : false
1933 - id : uv-lock-check
2034 name : Check uv.lock is up to date
2135 entry : uv lock --check
You can’t perform that action at this time.
0 commit comments