This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information