Skip to content

Commit c353349

Browse files
Moved tflite folder to tf2onnx (#1273)
* Moved tflite folder to tf2onnx Signed-off-by: Tom Wildenhain <[email protected]> * Added tflite to pylint ignore path Signed-off-by: Tom Wildenhain <[email protected]>
1 parent a991437 commit c353349

File tree

138 files changed

+17
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+17
-17
lines changed

ci_build/azure_pipelines/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
set -ex
1111
pip install pylint==2.4.4
1212
pip freeze
13-
pylint --rcfile=tools/pylintrc --ignore=version.py --disable=cyclic-import tf2onnx tests/*.py tools -j 0
13+
pylint --rcfile=tools/pylintrc --ignore=version.py,tflite --disable=cyclic-import tf2onnx tests/*.py tools -j 0
1414
displayName: 'Pylint'
1515
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)