mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 13:33:50 +00:00
Add most formatter options to ruff.toml
/ pyproject.toml
(#7566)
This commit is contained in:
parent
82978ac9b5
commit
9d16e46129
24 changed files with 734 additions and 145 deletions
|
@ -6,7 +6,7 @@ pub mod resolver;
|
|||
pub mod options_base;
|
||||
mod settings;
|
||||
|
||||
pub use settings::Settings;
|
||||
pub use settings::{FileResolverSettings, FormatterSettings, Settings};
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue