Files
openvino/tools/pot/.pylintrc
Alexander Kozlov bbeec714aa Moved Post-training Optimization Tool to open-source (#7940)
* Moved POT to opensource

* Added OMZ as a submodule

* Exclude OMZ from ShellCheck
2021-10-15 16:35:35 +03:00

30 lines
671 B
INI

[MASTER]
disable = fixme,
invalid-name,
missing-docstring,
no-self-use,
too-few-public-methods,
too-many-arguments,
too-many-locals
max-attributes=20
max-line-length = 120
ignore-docstrings = yes
ignored-modules = mo,accuracy_checker,extensions,openvino.inference_engine,cv2,open_model_zoo.model_tools._configuration,open_model_zoo.model_tools._common
ignore-patterns = ac_imports.py
extension-pkg-whitelist = numpy
[SIMILARITIES]
min-similarity-lines = 19
ignore-imports = yes
[BASIC]
good-names=logger,fn
[DESIGN]
max-statements=120
max-branches=14
max-nested-blocks=7
[OPTIONS]
generated-members=torch.*