Update makefile

This commit is contained in:
Andros Fenollosa 2022-11-09 16:55:50 +01:00
parent b08a0e8bed
commit dcb03671f2

View File

@ -4,3 +4,6 @@ help:
format: ## Format Python
black --exclude="/(dist|build|__pycache__|venv|\.git)/" .
test: ## Run tests
pytest test/