Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Dev pylint (#1688)
Browse files Browse the repository at this point in the history
* fix-pylint-dependencies

* Fix pylint dependencies
  • Loading branch information
chicm-ms authored Nov 1, 2019
1 parent cd71d35 commit 3214a7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- script: |
source install.sh
displayName: 'Install nni toolkit via source code'
- script: |
python3 -m pylint --rcfile pylintrc tools
python3 -m pylint --rcfile src/sdk/pynni/pylintrc src/sdk/pycli/nnicli
python3 -m pylint --rcfile src/sdk/pynni/pylintrc src/sdk/pynni/nni
displayName: 'Run pylint'
- script: |
python3 -m pip install flake8 --user
IGNORE=./tools/nni_annotation/testcase/*:F821,./examples/trials/mnist-nas/*/mnist*.py:F821,./examples/trials/nas_cifar10/src/cifar10/general_child.py:F821
Expand Down

0 comments on commit 3214a7b

Please sign in to comment.