Former-commit-id: 3ea3acdadaa54abe33d93538580196cfdd91ee56
@@ -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/
The note is not visible to the blocked user.