mirror of
https://github.com/botlabsDev/npkpy.git
synced 2025-12-10 06:54:37 +01:00
13 lines
255 B
INI
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
|
|
|