Rename cache variable; update clone type

This commit is contained in:
Zanie
2023-10-27 12:29:00 -05:00
parent a16c04c6db
commit 05ab316609
3 changed files with 7 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ def entrypoint():
ruff_comparison_executable=args.ruff_comparison,
targets=DEFAULT_TARGETS,
format=OutputFormat(args.output_format),
cache=Path(cache),
project_dir=Path(cache),
raise_on_failure=args.pdb,
)
)