mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-16 01:53:56 -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
|
source ./venv/bin/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pycodestyle .
|
flake8 .
|
||||||
display_result $? 1 "Code style check"
|
display_result $? 1 "Code style check"
|
||||||
|
|
||||||
npm test
|
npm test
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
[pycodestyle]
|
|
||||||
max-line-length = 120
|
|
||||||
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
|
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
norecursedirs = node_modules bower_components
|
norecursedirs = node_modules bower_components
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
|
|||||||
Reference in New Issue
Block a user