2018-07-09 01:12:59 +02:00
|
|
|
[FORMAT]
|
|
|
|
good-names=e,f,i,x,s
|
|
|
|
max-locals=20
|
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=
|
|
|
|
fixme,
|
|
|
|
invalid-name,
|
2018-10-23 16:14:21 +02:00
|
|
|
duplicate-code,
|
2018-07-09 01:12:59 +02:00
|
|
|
missing-docstring,
|
|
|
|
protected-access,
|
2018-10-23 16:14:21 +02:00
|
|
|
abstract-method,
|
|
|
|
wrong-import-position,
|
|
|
|
catching-non-exception,
|
|
|
|
cell-var-from-loop,
|
|
|
|
locally-disabled,
|
|
|
|
invalid-sequence-index, # pylint doesn't like things like `Tuple[int, bytes]` in type annotation
|