mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 02:12:22 +00:00
Add caching to formatter (#8089)
This commit is contained in:
parent
c0710a1dd4
commit
6fc35dd075
8 changed files with 627 additions and 260 deletions
|
@ -390,15 +390,17 @@ Options:
|
|||
-h, --help
|
||||
Print help
|
||||
|
||||
Miscellaneous:
|
||||
-n, --no-cache Disable cache reads
|
||||
--cache-dir <CACHE_DIR> Path to the cache directory [env: RUFF_CACHE_DIR=]
|
||||
--isolated Ignore all configuration files
|
||||
--stdin-filename <STDIN_FILENAME> The name of the file when passing it through stdin
|
||||
|
||||
File selection:
|
||||
--respect-gitignore Respect file exclusions via `.gitignore` and other standard ignore files. Use `--no-respect-gitignore` to disable
|
||||
--exclude <FILE_PATTERN> List of paths, used to omit files and/or directories from analysis
|
||||
--force-exclude Enforce exclusions, even for paths passed to Ruff directly on the command-line. Use `--no-force-exclude` to disable
|
||||
|
||||
Miscellaneous:
|
||||
--isolated Ignore all configuration files
|
||||
--stdin-filename <STDIN_FILENAME> The name of the file when passing it through stdin
|
||||
|
||||
Log levels:
|
||||
-v, --verbose Enable verbose logging
|
||||
-q, --quiet Print diagnostics, but nothing else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue