Run flake8 tests to find Python syntax errors and undefined names (#1217)
* Run flake8 tests to find Python syntax errors and undefined names * python3 -m pip install flake8 * —user * python3 -m flake8 * IGNORE=./tools/nni_annotation/*:F821,./examples/trials/mnist-nas/mnist.py:F821 * IGNORE=./tools/nni_annotation/testcase:F821,./examples/trials/mnist-nas/mnist.py:F821 * flake8 . --per-file-ignores=$IGNORE
Showing
Please register or sign in to comment