diff --git a/Makefile b/Makefile index 1a26a11..a37b466 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ format: ## Format source code .PHONY: lint lint: ## Lint source code - poetry run flake8 + poetry run flake8 src tests .PHONY: test test: ## Run tests