pipenv + flake8

This commit is contained in:
stvnrlly
2022-10-26 16:47:40 -04:00
parent d87c224473
commit 96431f0388

View File

@@ -57,7 +57,7 @@ jobs:
env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
- name: Run style checks
run: flake8 .
run: pipenv run flake8 .
- name: Check imports alphabetized
run: pipenv run isort --check-only ./app ./tests
- name: Run tests