mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Replace pyflakes with flake8 for linting
This commit is contained in:
parent
c5a7d7027c
commit
cdad0d6289
19 changed files with 164 additions and 90 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue