Fix make lint to avoid the dist directory.
This commit is contained in:
parent
c012af3881
commit
b9bd3d694d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue