npkpy/.pylintrc
botlabsDev 3d81964135 - refactored code,
- added tests,
- switched to snake_case,
- improved ci/cd pipe,
2020-06-25 16:39:57 +02:00

13 lines
255 B
INI

[MESSAGES CONTROL]
disable=superfluous-parens,
missing-class-docstring,
missing-module-docstring,
missing-function-docstring,
fixme,
not-callable,
C0103,
W0212,
[MISCELLANEOUS]
max-line-length=120