Skip to content

Commit

Permalink
Update .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Dec 24, 2022
1 parent 75abce4 commit 698188d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Expand Up @@ -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]
Expand Down Expand Up @@ -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
overgeneral-exceptions=Exception

0 comments on commit 698188d

Please sign in to comment.