mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Rename --current-directory to --project in Red Knot benchmark script (#15124)
This commit is contained in:
@@ -71,7 +71,7 @@ class Knot(Tool):
|
||||
assert len(project.include) < 2, "Knot doesn't support multiple source folders"
|
||||
|
||||
if project.include:
|
||||
command.extend(["--current-directory", project.include[0]])
|
||||
command.extend(["--project", project.include[0]])
|
||||
|
||||
command.extend(["--venv-path", str(venv.path)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user