mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-15 10:20:26 +00:00
For example:
$ ruff check --select=EM<Tab>
EM -- flake8-errmsg
EM10 EM1 --
EM101 -- raw-string-in-exception
EM102 -- f-string-in-exception
EM103 -- dot-format-in-exception
(You will need to enable autocompletion as described
in the Autocompletion section in the README.)
Fixes #2808.
(The --help help change in the README is due to a clap bug,
for which I already submitted a fix:
https://github.com/clap-rs/clap/pull/4710.)
|
||
|---|---|---|
| .. | ||
| commands | ||
| args.rs | ||
| cache.rs | ||
| diagnostics.rs | ||
| iterators.rs | ||
| lib.rs | ||
| main.rs | ||
| printer.rs | ||
| resolve.rs | ||