mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 06:34:07 -05:00
@@ -64,7 +64,7 @@ class ConfigOverrides(Serializable):
|
||||
The key describes a member to override in the toml file; '.' may be used to indicate a
|
||||
nested value e.g. `format.quote-style`.
|
||||
|
||||
If a Ruff configuration file does not exist and overrides are provided, it will be createad.
|
||||
If a Ruff configuration file does not exist and overrides are provided, it will be created.
|
||||
"""
|
||||
|
||||
always: dict[str, Any] = field(default_factory=dict)
|
||||
|
||||
Reference in New Issue
Block a user