Skip to content

Commit 95abe64

Browse files
style: apply ruff format to conftest.py
1 parent 13f02de commit 95abe64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""pytest configuration — add project src to Python path."""
2+
23
import site
34
import sys
45
from pathlib import Path
@@ -12,3 +13,4 @@
1213
src_dir = Path(__file__).parent / "src"
1314
if str(src_dir) not in sys.path:
1415
sys.path.insert(0, str(src_dir))
16+

0 commit comments

Comments
 (0)