blob: 7c9f3f33ada642f4b4cde8869dcb725826ab555e [file] [log] [blame]
# 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