mirror of https://github.com/astral-sh/ruff
Update command-line help text
This commit is contained in:
parent
8b72f55a09
commit
2ab8f77223
|
|
@ -292,6 +292,8 @@ Options:
|
||||||
Run in watch mode by re-running whenever files change
|
Run in watch mode by re-running whenever files change
|
||||||
--fix
|
--fix
|
||||||
Attempt to automatically fix lint errors
|
Attempt to automatically fix lint errors
|
||||||
|
--fix-only
|
||||||
|
Fix any fixable lint errors, but don't report on leftover violations. Implies `--fix`
|
||||||
-n, --no-cache
|
-n, --no-cache
|
||||||
Disable cache reads
|
Disable cache reads
|
||||||
--select <SELECT>
|
--select <SELECT>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue