Skip to content
Snippets Groups Projects
Commit 8d2023fa authored by Ugo's avatar Ugo
Browse files

[NRRPLT-7942][NRRPLT-7966] rename run_pep8 to run_pycodestyle

parent 2a3818ee
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ export IGNORE_LINT='platform_venv|migrations|nest'
export VIRTUAL_ENV=$NRP_VIRTUAL_ENV
# This script only runs static code analysis, the tests can be run separately using run_tests.sh
make run_pep8 run_pylint
make run_pycodestyle run_pylint
RET=$?
if [ $RET == 0 ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment