Replace pyflakes with flake8 for linting

This commit is contained in:
Jonathan Wren 2021-06-24 09:38:00 -07:00
parent c5a7d7027c
commit cdad0d6289
19 changed files with 164 additions and 90 deletions

View file

@ -18,7 +18,7 @@ format: ## Format files to match style
lint: ## Check style with various tools
poetry check
poetry run pyflakes jrnl tests
poetry run pflake8 jrnl tests
poetry run black --check --diff .
unit: # unit tests