From 30d7c53919a1f5b6675bee6c48404fb0cf686b51 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 23 Apr 2020 23:35:07 -0700 Subject: [PATCH] Remove unused linting file --- pylintrc | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 pylintrc 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