mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-24 09:58:43 -04:00
Fix flake8 and isort errors
Note, isort now has default behaviour of searching recursively so we no longer need the `-rc` flag
This commit is contained in:
@@ -27,7 +27,7 @@ fi
|
||||
flake8 .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
isort --check-only -rc ./app ./tests
|
||||
isort --check-only ./app ./tests
|
||||
display_result $? 2 "Import order check"
|
||||
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user