Fix make lint to avoid the dist directory.

This commit is contained in:
Chris Berkhout 2021-08-24 17:43:54 +02:00
parent c012af3881
commit b9bd3d694d

View file

@ -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