Reformat all python files
This commit is contained in:
parent
c0873f4343
commit
a3f4c2a932
6 changed files with 103 additions and 44 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue