Reformat all python files

This commit is contained in:
Geoffrey Frogeye 2025-05-08 17:55:34 +02:00
parent c0873f4343
commit a3f4c2a932
6 changed files with 103 additions and 44 deletions

View file

@ -27,8 +27,7 @@ def process_flake(flakeUri: str) -> None:
dep_url = dep["url"]
# if not local path, continue
if not (
dep_url.startswith("path:")
or dep_url.startswith("git+file:")
dep_url.startswith("path:") or dep_url.startswith("git+file:")
):
continue
if dep.get("flake", True):