Merge latest develop into Confidential MPT

This commit is contained in:
Peter Chen
2026-06-05 22:02:44 -07:00
parent 72ff8f9824
commit 617c56c9f9
1081 changed files with 30289 additions and 18367 deletions

View File

@@ -168,7 +168,13 @@ def main():
if not os.environ.get("TIDY"):
return 0
repo_root = Path(__file__).parent.parent
repo_root = Path(
subprocess.check_output(
["git", "rev-parse", "--show-toplevel"],
cwd=Path(__file__).parent,
text=True,
).strip()
)
files = staged_files(repo_root)
if not files:
return 0