Files

16 lines
338 B
INI
Raw Permalink Normal View History

2024-01-19 16:17:32 -05:00
[MESSAGES CONTROL]
disable=all
enable=line-too-long,
invalid-name,
pointless-statement,
unspecified-encoding,
missing-function-docstring,
missing-param-doc,
differing-param-doc,
2024-01-25 18:17:09 -05:00
unnecessary-dunder-call,
assignment-from-no-return,
unused-variable
2024-01-19 16:17:32 -05:00
max-line-length=240
good-names-rgxs=^[_a-z][_a-z0-9]?$