From 698188d56d175a361cc2a3b7944a7cfec1701a62 Mon Sep 17 00:00:00 2001 From: Gavin Burnell Date: Sat, 24 Dec 2022 17:13:45 +0000 Subject: [PATCH] Update .pylintrc --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 3f2c28347..a884e37d4 100755 --- a/.pylintrc +++ b/.pylintrc @@ -59,7 +59,7 @@ confidence= # # Kubeflow disables string-interpolation because we are starting to use f # style strings -disable=import-error, bad-continuation, protected-access, redefined-outer-name +disable=import-error, bad-continuation, protected-access, redefined-outer-name, E5110 [REPORTS] @@ -410,4 +410,4 @@ exclude-protected=_asdict,_fields,_replace,_source,_make # Exceptions that will emit a warning when being caught. Defaults to # "Exception" -overgeneral-exceptions=Exception \ No newline at end of file +overgeneral-exceptions=Exception