diff --git a/Makefile b/Makefile index d95db6b..e765118 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: test format clean serve_docs test: - python3 -m pytest --cov + python3 -m pytest --cov=. format: python3 -m ruff check --select I --fix