mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-08 01:21:06 +00:00
Document ruff_dev and format_dev (#5648)
## Summary Document all `ruff_dev` subcommands and document the `format_dev` flags in the formatter readme. CC @zanieb please flag everything that isn't clear or missing ## Test Plan n/a
This commit is contained in:
parent
5665968b42
commit
f0aa6bd4d3
5 changed files with 145 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
//! Generate a Markdown-compatible listing of configuration options.
|
||||
//! Generate a Markdown-compatible listing of configuration options for `pyproject.toml`.
|
||||
//!
|
||||
//! Used for <https://beta.ruff.rs/docs/settings/>.
|
||||
use itertools::Itertools;
|
||||
|
||||
use ruff::settings::options::Options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue