mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Remove flag from flake8 command
This flag was only needed because of a bug in flake8. This bug is fixed now.
This commit is contained in:
@@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
|
||||
source ./venv/bin/activate
|
||||
fi
|
||||
|
||||
flake8 --enable=T .
|
||||
flake8 .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user