fix formatting, pin ruff version, remove rdp refs
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user