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 1919 activate-environment : true
2020
2121 - name : Install dependencies
22- run : uv sync --frozen --group lint --group test
22+ run : uv sync --locked --group lint --group test
2323
2424 # Start the database early to give it a chance to get ready before
2525 # we start running tests.
Original file line number Diff line number Diff line change @@ -12,9 +12,16 @@ repos:
1212 args : [--markdown-linebreak-ext=md]
1313 - repo : local
1414 hooks :
15+ - id : uv-lock
16+ name : uv lock
17+ description : Checks the validity of the uv.lock file.
18+ entry : uv lock
19+ language : system
20+ files : ^(uv\.lock|pyproject\.toml|uv\.toml)$
21+ pass_filenames : false
1522 - id : ruff
1623 name : ruff
1724 description : This hook runs ruff within our project's environment.
18- entry : uv run ruff check --force-exclude
25+ entry : uv run --frozen ruff check --force-exclude
1926 language : system
2027 types : [python]
You can’t perform that action at this time.
0 commit comments