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:
Jonathan Wren 2021-03-02 19:32:02 -08:00
parent 921ebdcdd5
commit 1c78a30535
2 changed files with 3 additions and 3 deletions

View file

@ -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