Fix lint and test

This commit is contained in:
Dickson Tsai
2025-07-19 20:04:58 -07:00
parent b57e05afa5
commit 8e652d7d87
4 changed files with 14 additions and 11 deletions

View File

@@ -3,8 +3,8 @@
```bash
# Lint and style
# Check for issues and fix automatically
python -m ruff check src/ test/ --fix
python -m ruff format src/ test/
python -m ruff check src/ tests/ --fix
python -m ruff format src/ tests/
# Typecheck (only done for src/)
python -m mypy src/