Skip to content

Commit df0f69e

Browse files
committed
ruff format
1 parent 331c9bc commit df0f69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def ruby(request: pytest.FixtureRequest) -> Optional[str]:
2828
assert isinstance(ruby, (str, type(None))), f"Invalid ruby option: {ruby}"
2929
return ruby
3030

31+
3132
@pytest.fixture(scope="session")
3233
def pyra(request: pytest.FixtureRequest) -> Optional[str]:
3334
"""Fixture to get the pyra.rb from the command line options"""

0 commit comments

Comments
 (0)