From e1727a5a49344d6fe62a4c4f38cf4d69d59e9457 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Wed, 4 Dec 2024 18:51:24 +0100 Subject: [PATCH] fixed pylint disable --- backend/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.pylintrc b/backend/.pylintrc index 52f4670..db084dd 100644 --- a/backend/.pylintrc +++ b/backend/.pylintrc @@ -439,7 +439,7 @@ disable=raw-checker-failed, use-symbolic-message-instead, use-implicit-booleaness-not-comparison-to-string, use-implicit-booleaness-not-comparison-to-zero, - import-error + import-error, line-too-long # Enable the message, report, category or checker with the given id(s). You can