diff --git a/pylintrc b/pylintrc deleted file mode 100644 index 00319fc..0000000 --- a/pylintrc +++ /dev/null @@ -1,37 +0,0 @@ -# pylint configuration - -[MASTER] - -[MESSAGES CONTROL] - -disable= - bad-continuation, - broad-except, - dangerous-default-value, - duplicate-code, - fixme, - global-statement, - len-as-condition, - logging-format-interpolation, - import-outside-toplevel, - invalid-name, - missing-docstring, - mixed-indentation, - no-member, - no-self-use, - redefined-variable-type, - too-few-public-methods, - too-many-arguments, - too-many-branches, - too-many-instance-attributes, - too-many-lines, - too-many-locals, - too-many-public-methods, - too-many-return-statements, - too-many-statements, - unused-argument, - unused-variable, - -[FORMAT] - -max-line-length=79