Former-commit-id: 3ea3acdadaa54abe33d93538580196cfdd91ee56
This commit is contained in:
hiyouga
2024-06-08 01:48:30 +08:00
parent e0f2c0b5dc
commit 6d17c59090
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/