Samuel Stevens
initial (broken) commit
d4c84c4
raw
history blame
349 Bytes
build: lint
uv pip compile pyproject.toml > requirements.txt
lint: fmt
git ls-files "*.py" --cached --others --exclude-standard | xargs uv run ruff check
fmt:
git ls-files "*.py" --cached --others --exclude-standard | xargs uv run isort
git ls-files "*.py" --cached --others --exclude-standard | xargs uv run ruff format --preview