File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2727 activate-environment : true
2828
2929 - name : Install dependencies
30- run : uv sync --frozen
30+ run : uv sync --locked
3131
3232 - name : Run pre-commit hooks
3333 run : SKIP=ruff pre-commit run --all-files
Original file line number Diff line number Diff line change @@ -10,10 +10,17 @@ repos:
1010 args : [--markdown-linebreak-ext=md]
1111 - repo : local
1212 hooks :
13+ - id : uv-lock
14+ name : uv-lock
15+ description : " Automatically run 'uv lock' on your project dependencies"
16+ entry : uv lock
17+ language : python
18+ files : ^(uv\.lock|pyproject\.toml|uv\.toml)$
19+ pass_filenames : false
1320 - id : ruff
1421 name : ruff
1522 description : Run ruff linting
16- entry : uv run --frozen ruff check --force-exclude
23+ entry : uv run --locked ruff check --force-exclude
1724 language : system
1825 ' types_or ' : [python, pyi]
1926 require_serial : true
You can’t perform that action at this time.
0 commit comments