From 5b2629ae1441f3d4d99b9796f9a92b7aa15445ae Mon Sep 17 00:00:00 2001 From: georgeyiasemis Date: Thu, 18 Apr 2024 04:54:14 +0200 Subject: [PATCH] Remove useless option - new pylint --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98da8df81..42f3a7c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ line_length = 119 [tool.pylint.messages_control] -disable = "C0330, C0326" [tool.pylint.format] max-line-length = "120"