mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 22:24:22 -05:00
Remove references to pycodestyle
We’re using flake8 now instead.
This commit is contained in:
@@ -28,7 +28,7 @@ if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
|
||||
source ./venv/bin/activate
|
||||
fi
|
||||
|
||||
pycodestyle .
|
||||
flake8 .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user