Files
woodburn/.pre-commit-config.yaml
Nathan Woodburn d2db66d527
All checks were successful
Check Code Quality / RuffCheck (push) Successful in 55s
Build Docker / BuildImage (push) Successful in 57s
feat: Cleanup code
2026-02-11 17:56:51 +11:00

17 lines
348 B
YAML

repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.9.8
hooks:
- id: uv-lock
- id: uv-export
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.4
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format