forked from meteostat/meteostat-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pylintrc
44 lines (37 loc) · 811 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
[MESSAGES CONTROL]
disable=print-statement,
singleton-comparison,
no-member,
too-few-public-methods,
protected-access,
inconsistent-return-statements,
import-outside-toplevel,
duplicate-code,
import-error,
nan-comparison,
consider-using-set-comprehension
[BASIC]
good-names=i,
j,
k,
ex,
Run,
_,
id,
ms,
df,
x,
y
[DESIGN]
max-args=10
[CLASSES]
exclude-protected=_asdict,
_fields,
_replace,
_sour,
_columns,
_stations,
_start,
_end,
_data,
_aggregations