Avoid running flake8 on cache, etc.

This commit is contained in:
Chris Berkhout 2021-08-10 14:16:21 +02:00
parent 637650245e
commit d19bc66c61
2 changed files with 2 additions and 2 deletions

View file

@ -34,4 +34,4 @@ install-pre-commit-hook: ## Install the git pre-commit hook
pre-commit: ## Checks to run before each commit
poetry run isort src tests --check
poetry run black src tests --check
poetry run flake8
poetry run flake8 src tests