stirling-tools--stirling-pdf
15 行
574 B
YAML
15 行
574 B
YAML
# The actual checks live in .taskfiles/pre-commit.yml (with helper scripts under
|
|
# scripts/pre-commit/) and are driven by Task. This hook just delegates to `task
|
|
# pre-commit` so the git pre-commit hook, CI and a manual `task pre-commit` all
|
|
# run the exact same thing. Requires `task` and `uv` on PATH. To auto-fix instead
|
|
# of only checking, run `task pre-commit:fix`.
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: task-pre-commit
|
|
name: task pre-commit
|
|
entry: task pre-commit
|
|
language: system
|
|
pass_filenames: false
|
|
always_run: true
|