replace check.sh with Makefile
This commit is contained in:
parent
a3d4ac1bfd
commit
dc84881c87
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# Run all quality checks
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
echo "==> Formatting..."
|
|
||||||
uv run ruff format src/ tests/
|
|
||||||
|
|
||||||
echo "==> Linting..."
|
|
||||||
uv run ruff check src/ tests/ --fix
|
|
||||||
|
|
||||||
echo "==> Type checking..."
|
|
||||||
uv run ty check src/
|
|
||||||
|
|
||||||
echo "==> Testing..."
|
|
||||||
uv run pytest -v
|
|
||||||
|
|
||||||
echo "==> All checks passed!"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue