python-mylib/.pylintrc

16 lines
317 B
INI
Raw Normal View History

2021-05-19 19:19:57 +02:00
[MESSAGES CONTROL]
disable=invalid-name,
locally-disabled,
too-many-arguments,
too-many-branches,
2023-01-06 19:36:14 +01:00
too-many-locals,
too-many-return-statements,
too-many-nested-blocks,
too-many-instance-attributes,
too-many-lines,
duplicate-code,
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=100