You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
293 B
18 lines
293 B
7 months ago
|
# 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
|