Commit 3f2da4ef by christopher lee

Fix isort locally

parent 4f464b0a
......@@ -58,7 +58,7 @@ clean_static:
rm -rf assets/* ecommerce/static/build/*
quality:
isort --check-only --recursive e2e/ ecommerce/
VIRTUAL_ENV=/edx/app/ecommerce/ecommerce_env isort --check-only --recursive e2e/ ecommerce/
pep8 --config=.pep8 ecommerce e2e
pylint -j 0 --rcfile=pylintrc ecommerce e2e
......
Markdown is supported
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