Add most formatter options to ruff.toml / pyproject.toml (#7566)

This commit is contained in:
Micha Reiser 2023-09-22 17:47:57 +02:00 committed by GitHub
parent 82978ac9b5
commit 9d16e46129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 734 additions and 145 deletions

View file

@ -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 {