mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Fix bug in makefile
- Makefile no longer runs on virtual env modules - Update some function names so pyflakes doesn't error Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
parent
921ebdcdd5
commit
1c78a30535
2 changed files with 3 additions and 3 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 .
|
||||
poetry run pyflakes jrnl tests
|
||||
poetry run black --check --diff .
|
||||
|
||||
test: lint ## Run unit tests and behave tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue