Loading tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ commands = max-line-length = 120 [pylint] disable = missing-docstring,too-few-public-methods,too-many-ancestors,useless-object-inheritance,duplicate-code disable = missing-docstring,too-few-public-methods,too-many-ancestors,useless-object-inheritance,duplicate-code,super-with-arguments class-attribute-rgx = ([A-Za-z_][A-Za-z0-9_]{2,50}|(__.*__))$ method-rgx = [a-z_][a-z0-9_]{2,50}$ variable-rgx = [a-z_][a-z0-9_]{2,50}$ Loading Loading
tox.ini +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ commands = max-line-length = 120 [pylint] disable = missing-docstring,too-few-public-methods,too-many-ancestors,useless-object-inheritance,duplicate-code disable = missing-docstring,too-few-public-methods,too-many-ancestors,useless-object-inheritance,duplicate-code,super-with-arguments class-attribute-rgx = ([A-Za-z_][A-Za-z0-9_]{2,50}|(__.*__))$ method-rgx = [a-z_][a-z0-9_]{2,50}$ variable-rgx = [a-z_][a-z0-9_]{2,50}$ Loading