diff --git a/.pylintrc b/.pylintrc index 4074a26..f7944d5 100644 --- a/.pylintrc +++ b/.pylintrc @@ -20,11 +20,9 @@ disable= anomalous-backslash-in-string, arguments-differ, attribute-defined-outside-init, - bad-builtin, broad-except, fixme, global-statement, - no-init, pointless-string-statement, protected-access, redefined-builtin, @@ -35,14 +33,11 @@ disable= unused-variable, useless-super-delegation, # "C" Coding convention violations - bad-continuation, invalid-name, line-too-long, missing-docstring, # "R" Refactor recommendations duplicate-code, - interface-not-implemented, - no-self-use, too-few-public-methods, too-many-ancestors, too-many-arguments,