From 5710bb5612f347a4f0bb15ed25086b2714342755 Mon Sep 17 00:00:00 2001 From: Sejal Verma <143578862+sejal-verma@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:09:13 -0500 Subject: [PATCH] Update setup.cfg Signed-off-by: Sejal Verma <143578862+sejal-verma@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,