forked from pymodbus-dev/pymodbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO_pylint
64 lines (62 loc) · 1.26 KB
/
TODO_pylint
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
63
64
pylint general:
see .pylintrc [MESSAGES CONTROL]
pylint disables:
R0801
abstract-method
anomalous-backslash-in-string
arguments-differ
arguments-renamed
assignment-from-none
attribute-defined-outside-init
bare-except
broad-except
compare-to-zero
confusing-consecutive-elif
consider-iterating-dictionary
consider-using-dict-comprehension
consider-using-dict-items
consider-using-f-string
consider-using-namedtuple-or-dataclass
consider-using-with
dangerous-default-value
deprecated-module
disable-all
eq-without-hash
expression-not-assigned
fixme
global-variable-not-assigned
import-error
import-outside-toplevel
invalid-name
invalid-overridden-method
line-too-long
no-member
no-value-for-parameter
non-iterator-returned
protected-access
raise-missing-from
redefined-outer-name
signature-differs
simplifiable-if-expression
simplifiable-if-statement
super-init-not-called
too-complex
too-few-public-methods
too-many-arguments
too-many-branches
too-many-function-args
too-many-instance-attributes
too-many-lines
too-many-locals
too-many-nested-blocks
too-many-public-methods
too-many-statements
try-except-raise
unexpected-keyword-arg
unnecessary-comprehension
unnecessary-lambda
unspecified-encoding
unused-private-member
unused-variable
use-implicit-booleaness-not-len
use-maxsplit-arg