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:
Chris Hill-Scott
2018-02-12 10:26:55 +00:00
parent 4058a9f45f
commit 5efc86bbcc

View File

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