-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path.pylintrc
28 lines (28 loc) · 870 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
[MESSAGES CONTROL]
disable=raw-checker-failed,
bad-inline-option,
locally-disabled,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
no-member,
broad-exception-caught,
too-few-public-methods,
abstract-method,
too-many-public-methods,
too-many-public-methods,
too-many-positional-arguments,
too-many-arguments,
raise-missing-from,
too-many-locals,
redefined-builtin,
too-many-instance-attributes,
duplicate-code,
too-many-statements,
attribute-defined-outside-init,
unused-argument,
consider-using-from-import