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