-
Notifications
You must be signed in to change notification settings - Fork 16
/
.pylintrc
35 lines (34 loc) · 891 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
34
35
[BASIC]
good-names=x,y,m,gd,df,p,s,i,r,d,k,cd,d1,d2,ip,vn,x0,x1,y0,y1,dd,xs,i,j,tz
ignore-paths=
tutorials/leveldb-bench/deps/,
plotbench/venv/,
[MESSAGE-CONTROL]
disable=
fixme,
too-many-branches,
too-many-statements,
too-many-instance-attributes,
too-many-arguments,
too-many-locals,
too-few-public-methods,
unspecified-encoding,
consider-using-sys-exit,
useless-parent-delegation,
too-many-lines,
too-many-public-methods,
unsupported-membership-test,
unsubscriptable-object,
unsupported-assignment-operation,
c-extension-no-member,
duplicate-code,
unsubscriptable-object,
exec-used,
too-many-return-statements,
cell-var-from-loop,
inconsistent-return-statements,
consider-using-with,
raise-missing-from,
subprocess-popen-preexec-fn,
eval-used,
consider-using-dict-items,