Skip to content

Commit a9fe93a

Browse files
committed
Update pyproject.toml
1 parent 2490139 commit a9fe93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lint.ignore = [
1010
"N818", # Exception name check is disabled
1111
"PTH100", # abspath is OK
1212
"B904", # Raise inside except block
13-
"RET503", # Return statement in finally block
13+
"RET503", # Not having return is OK
1414
]
1515
target-version = "py38"
1616
lint.select = [

0 commit comments

Comments
 (0)