diff --git a/setup.cfg b/setup.cfg index a212e36c..cdb164ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ good-names-rgxs = ^[_a-z][_a-z0-9]?$ # allow for 1-character variable names [pylint.MESSAGE CONTROL] disable = all -enable = line-too-long, invalid-name, pointless-statement, +enable = line-too-long, invalid-name, pointless-statement, missing-function-docstring, missing-class-docstring, protected-access, duplicate-code, no-member, missing-module-docstring, unused-argument, consider-using-f-string, super-with-arguments, too-few-public-methods, redefined-builtin, line-too-long, too-many-arguments, redefined-outer-name, import-outside-toplevel,