We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33dcf2 commit bd3e6c9Copy full SHA for bd3e6c9
pyproject.toml
@@ -87,6 +87,7 @@ lint.select = [
87
"PLC", # pylint conventions
88
"PLE", # pylint errors
89
"UP", # pyupgrade
90
+ "PLR1711",
91
"PLR1716",
92
"RET505",
93
"RET506",
pytest_pyodide/hook.py
@@ -281,7 +281,6 @@ def modifyitems_run_in_pyodide(items: list[Any]):
281
x.pyodide_runtime = runtime
282
new_items.append(x)
283
items[:] = new_items
284
- return
285
286
287
def pytest_collection_modifyitems(items: list[Any]) -> None:
0 commit comments