Skip to content

Commit 27ee121

Browse files
pre-commit-ci[bot]vyasr
authored andcommitted
style: pre-commit fixes
1 parent c998d80 commit 27ee121

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_editable_redirect.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ def test_editable_redirect_pxd():
9191
"pkg.pyx_subpkg.module": "/source/pkg/pyx_subpkg/module.py",
9292
}
9393
)
94-
known_wheel_files = process_dict({"pkg.cython_subpkg.compiled": "pkg/cython_subpkg/compiled.abi3.so"})
94+
known_wheel_files = process_dict(
95+
{"pkg.cython_subpkg.compiled": "pkg/cython_subpkg/compiled.abi3.so"}
96+
)
9597

9698
finder = ScikitBuildRedirectingFinder(
9799
known_source_files=known_source_files,
@@ -122,6 +124,7 @@ def test_editable_redirect_pxd():
122124
f"pkg.__path__ is polluted with pyx_subpkg: {pkg_paths}"
123125
)
124126

127+
125128
def test_mapping_to_modules_prefers_py():
126129
"""Test that mapping_to_modules prefers __init__.py over __init__.pxd."""
127130
from scikit_build_core.build._editable import mapping_to_modules

0 commit comments

Comments
 (0)