fix formatting, pin ruff version, remove rdp refs

This commit is contained in:
2025-03-02 00:41:33 -05:00
parent c15e6cb082
commit 4613e8c2b3
8 changed files with 170 additions and 1260 deletions

View File

@ -2,7 +2,6 @@ import argparse
def parse_inputs() -> argparse.Namespace:
parser = argparse.ArgumentParser()
parser.add_argument("flake_path", metavar="flake-path", help="path to flake to evaluate")
parser.add_argument("--keep-hydra", action="store_true", help="allow evaluating Hydra jobs")