mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Use pycodestyle instead of PEP8
PEP8 was renamed to pycodestyle; this issue explains why: PyCQA/pycodestyle#466 This commit changes our tests to use pycodestyle instead of pep8. No changes to our code were required as a result.
This commit is contained in:
@@ -27,7 +27,7 @@ function display_result {
|
||||
if [ -d venv ]; then
|
||||
source ./venv/bin/activate
|
||||
fi
|
||||
pep8 .
|
||||
pycodestyle .
|
||||
display_result $? 1 "Code style check"
|
||||
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user