18 lines
293 B
INI
18 lines
293 B
INI
# Reference: https://pylint.pycqa.org/en/latest/technical_reference/features.html
|
|
[MASTER]
|
|
|
|
load-plugins=pylint.extensions.docparams
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=design
|
|
|
|
|
|
[PARAMETER_DOCUMENTATION]
|
|
|
|
accept-no-param-doc=no
|
|
accept-no-raise-doc=no
|
|
accept-no-return-doc=no
|
|
accept-no-yields-doc=no
|