From c620b34bfd0ce28638dbfdf6f72aa8f889bfebc7 Mon Sep 17 00:00:00 2001 From: Niall Dooley Date: Sat, 20 Jan 2024 16:01:57 +0100 Subject: [PATCH] Remove pylint configuration file Project now uses ruff for linting so this config file is obsolete. --- .pylintrc | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc deleted file mode 100644 index fe36d8cb..00000000 --- a/.pylintrc +++ /dev/null @@ -1,31 +0,0 @@ -[FORMAT] - -max-line-length = 120 - -[MESSAGES CONTROL] - -enable = - useless-suppression - -disable = - duplicate-code, - invalid-name, - fixme, - missing-docstring, - protected-access, - too-few-public-methods, - too-many-arguments, - too-many-instance-attributes, - import-error, - consider-using-f-string, - logging-fstring-interpolation - -[REPORTS] - -reports = no - -[TYPECHECK] - -generated-members = - pylsp_* - cache_clear \ No newline at end of file