From 05d40c5435fac12ca5ff22b9e5481150d4a5f1ca Mon Sep 17 00:00:00 2001 From: Marian Rassat Date: Thu, 24 Oct 2024 15:38:56 +0200 Subject: [PATCH] fix: restrained the scope of pylint's attribute-defined-outside-init rule to default_pipeline.py --- .pylintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 7aca0766..13df7167 100644 --- a/.pylintrc +++ b/.pylintrc @@ -57,8 +57,7 @@ disable=logging-format-interpolation, function-redefined, consider-using-dict-comprehension, cell-var-from-loop, - consider-using-f-string, - attribute-defined-outside-init + consider-using-f-string # Enable the message, report, category or checker with the given id(s). You can