Update some documentation

This commit is contained in:
Charlie Marsh
2024-09-29 19:28:13 -04:00
parent beb1d37bb7
commit ad8ad9ec2e
4 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ if VERSION != "":
req = f"ruff{version_specifier}"
# If CHANGED_FILES is not empty, split it into a list; otherwise, use SRC
# If `CHANGED_FILES` is not empty, split it into a list; otherwise, use `SRC`.
files_to_check = shlex.split(CHANGED_FILES or SRC)
proc = run(["pipx", "run", req, *shlex.split(ARGS), *files_to_check])