1 Star 1 Fork 0

openvinotoolkit-prc / deep-object-reid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pylintrc 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Vladislav Sovrasov 提交于 2021-11-19 17:31 . OTE SDK integration (#37)
[MASTER]
disable = arguments-differ,
cell-var-from-loop,
fixme,
global-statement,
invalid-name,
logging-format-interpolation,
missing-docstring,
no-self-use,
not-callable,
too-few-public-methods,
too-many-arguments,
too-many-instance-attributes,
too-many-locals,
unbalanced-tuple-unpacking,
ungrouped-imports,
unpacking-non-sequence,
unused-argument,
wrong-import-order,
attribute-defined-outside-init,
import-outside-toplevel,
duplicate-code,
logging-fstring-interpolation,
import-error,
no-name-in-module,
dangerous-default-value,
abstract-method,
unspecified-encoding
max-line-length = 120
ignore-docstrings = yes
ignored-modules = numpy,torch,cv2,openvino,onnx.onnx_cpp2py_export
extension-pkg-whitelist = torch,cv2,scipy
[SIMILARITIES]
ignore-imports = yes
[BASIC]
bad-functions = print
good-names = logger,fn
[DESIGN]
max-statements=80
max-branches=20
1
https://gitee.com/openvinotoolkit-prc/deep-object-reid.git
git@gitee.com:openvinotoolkit-prc/deep-object-reid.git
openvinotoolkit-prc
deep-object-reid
deep-object-reid
ote

搜索帮助