Former-commit-id: aa2578bea0
This commit is contained in:
hiyouga
2024-06-08 01:48:30 +08:00
parent 4f3e680b57
commit 6a5e3816cf
2 changed files with 42 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: quality style
.PHONY: quality style test
check_dirs := scripts src tests
@@ -9,3 +9,6 @@ quality:
style:
ruff check $(check_dirs) --fix
ruff format $(check_dirs)
test:
pytest tests/