ruff
all
An extremely fast Python linter and code formatter, written in Rust. See also: `black`.
More info →Subcommands (2)
ruff check
→An extremely fast Python linter. `check` is the default command - it can be omitted everywhere. If no files or directories are specified, the current working directory is used by default.
ruff format
→An extremely fast Python code formatter. If no files or directories are specified, the current working directory is used by default.
Examples (2)
View documentation for the Ruff linter
View documentation for the Ruff code formatter
made by @shridhargupta | data from tldr-pages