• cclauss's avatar
    Run flake8 tests to find Python syntax errors and undefined names (#1217) · 917ce97f
    cclauss authored
    * 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
    917ce97f
azure-pipelines.yml 1.85 KB