1
0
Fork 0
mat2/.pylintrc

19 lines
413 B
INI
Raw Permalink Normal View History

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,
duplicate-code,
2018-07-09 01:12:59 +02:00
missing-docstring,
protected-access,
abstract-method,
wrong-import-position,
catching-non-exception,
cell-var-from-loop,
locally-disabled,
2020-11-13 12:09:25 +01:00
raise-missing-from,
invalid-sequence-index, # pylint doesn't like things like `Tuple[int, bytes]` in type annotation