Skip to content

Commit 057934f

Browse files
committedDec 22, 2023
[pylint] remove pylint warnings
C0330 was removed from pylint remove future release warning
1 parent c3e4189 commit 057934f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pylintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ confidence=HIGH, INFERENCE, INFERENCE_FAILURE
4848
# --enable=similarities". If you want to run only the classes checker, but have
4949
# no Warning level messages displayed, use"--disable=all --enable=classes
5050
# --disable=W"
51-
disable=C0103,C0115,C0116,W0621,W0212,C0330,W1202,W1203
51+
disable=C0103,C0115,C0116,W0621,W0212,W1202,W1203
5252

5353

5454
[REPORTS]
@@ -358,4 +358,4 @@ valid-metaclass-classmethod-first-arg=mcs
358358

359359
# Exceptions that will emit a warning when being caught. Defaults to
360360
# "Exception"
361-
overgeneral-exceptions=Exception
361+
overgeneral-exceptions=builtins.Exception

0 commit comments

Comments
 (0)
Please sign in to comment.