Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 95afdd3

Browse files
committed
style: reformat scanner after repository scope fix
Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
1 parent ed3b9f4 commit 95afdd3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/codex_plugin_scanner/scanner.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,7 @@ def _scan_mixed_packages(scan_root: Path, packages: list[NormalizedPackage], opt
483483
if package.ecosystem == Ecosystem.CODEX and package.package_kind == "marketplace"
484484
)
485485
scope = "repository" if marketplace_candidates else "plugin"
486-
marketplace_file = (
487-
str(marketplace_candidates[0].manifest_path) if len(marketplace_candidates) == 1 else None
488-
)
486+
marketplace_file = str(marketplace_candidates[0].manifest_path) if len(marketplace_candidates) == 1 else None
489487
return ScanResult(
490488
score=score,
491489
grade=get_grade(score),

0 commit comments

Comments
 (0)