forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pylintrc
33 lines (30 loc) · 839 Bytes
/
.pylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[MASTER]
disable = C0103,
C0111,
too-many-locals,
too-many-arguments,
unused-argument,
too-many-instance-attributes,
too-few-public-methods,
unsubscriptable-object,
unbalanced-tuple-unpacking,
arguments-differ,
E1101,
E1111,
E1129,
E0602,
C0204,
W0201,
W0107,
R0401
max-line-length = 120
ignore-docstrings = yes
extension-pkg-whitelist=inference_engine,cv2,numpy,mxnet,tensorflow,pycocotools,onnxruntime
ignored-modules = numpy,cv2,openvino.inference_engine,caffe,mxnet,tensorflow,pycocotools,onnxruntime,torch
load-plugins = pylint_checkers
ignored-classes = pathlib.PurePath
jobs=0
[SIMILARITIES]
ignore-imports = yes
[BASIC]
bad-functions=print,as_posix,absolute