forked from AliceO2Group/Run3AnalysisValidation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pylintrc
More file actions
34 lines (28 loc) · 614 Bytes
/
.pylintrc
File metadata and controls
34 lines (28 loc) · 614 Bytes
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
[FORMAT]
indent-string=' '
max-line-length=120
[BASIC]
variable-rgx=(?:(?P<snake>[a-z_]+))
[TYPECHECK]
generated-members=RdBu
[DESIGN]
max-args=10
max-locals=40
[MESSAGES CONTROL]
disable=
useless-suppression,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
too-many-statements
[MISCELLANEOUS]
notes=FIXME,XXX
[IMPORTS]
ignored-modules=ROOT,yaml,pandas,numpy,shap,uproot