mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 14:00:51 -05:00
Simplify some logic around configuration detection (#1197)
This commit is contained in:
@@ -198,6 +198,7 @@ pub struct Arguments {
|
||||
}
|
||||
|
||||
/// CLI settings that function as configuration overrides.
|
||||
#[derive(Clone)]
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
pub struct Overrides {
|
||||
pub dummy_variable_rgx: Option<Regex>,
|
||||
|
||||
Reference in New Issue
Block a user