We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2490139 commit a9fe93aCopy full SHA for a9fe93a
pyproject.toml
@@ -10,7 +10,7 @@ lint.ignore = [
10
"N818", # Exception name check is disabled
11
"PTH100", # abspath is OK
12
"B904", # Raise inside except block
13
- "RET503", # Return statement in finally block
+ "RET503", # Not having return is OK
14
]
15
target-version = "py38"
16
lint.select = [
0 commit comments