Skip to content

Commit bd3e6c9

Browse files
authored
Resolve pylint R1711 (#173)
1 parent a33dcf2 commit bd3e6c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ lint.select = [
8787
"PLC", # pylint conventions
8888
"PLE", # pylint errors
8989
"UP", # pyupgrade
90+
"PLR1711",
9091
"PLR1716",
9192
"RET505",
9293
"RET506",

pytest_pyodide/hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def modifyitems_run_in_pyodide(items: list[Any]):
281281
x.pyodide_runtime = runtime
282282
new_items.append(x)
283283
items[:] = new_items
284-
return
285284

286285

287286
def pytest_collection_modifyitems(items: list[Any]) -> None:

0 commit comments

Comments
 (0)