forked from equinor/flownet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pylintrc
62 lines (53 loc) · 1018 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[MESSAGES CONTROL]
disable = bad-continuation, missing-docstring, duplicate-code
[DESIGN]
max-args = 8
max-branches = 14
max-attributes = 16
min-public-methods = 1
[BASIC]
# Variable names which should always be accepted
good-names=i,
j,
k,
dx,
dy,
dz,
n,
ng,
nx,
ny,
nz,
nw,
sw,
sg,
pc,
k1,
k2,
k3,
rw,
kh,
ex,
ax,
df,
sch,
Run,
fh,
x,
y,
z,
X,
Y,
Z,
xi,
yi,
zi,
_
# Maximum number of characters on a single line.
max-line-length=120
# Maximum number of locals for function / method body.
max-locals=20
# Maximum number of statements in function / method body.
max-statements=60
[TYPECHECK]
generated-members=df_rsvd.*, DF