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