mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
parent
da824ba316
commit
9296bd4e3f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue