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
22+ run : uv sync --locked
2323
2424 # Attempt to run the bot. Setting `IN_CI` to true, so bot.run() is never called.
2525 # This is to catch import and cog setup errors that may appear in PRs, to avoid crash loops if merged.
Original file line number Diff line number Diff line change @@ -11,10 +11,17 @@ repos:
1111
1212 - repo : local
1313 hooks :
14+ - id : uv-lock
15+ name : uv lock
16+ description : Checks the validity of the uv.lock file.
17+ entry : uv lock
18+ language : system
19+ files : ^(uv\.lock|pyproject\.toml|uv\.toml)$
20+ pass_filenames : false
1421 - id : ruff
1522 name : ruff
1623 description : Run ruff linting
17- entry : uv run ruff check --force-exclude
24+ entry : uv run --frozen ruff check --force-exclude
1825 language : system
1926 ' types_or ' : [python, pyi]
2027 require_serial : true
You can’t perform that action at this time.
0 commit comments