mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
[ty] Fix lint summary wording (#19091)
This commit is contained in:
parent
4e4e428a95
commit
4cf56d7ad4
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ declare_lint! {
|
|||
/// d: bytes
|
||||
/// ```
|
||||
pub(crate) static DUPLICATE_KW_ONLY = {
|
||||
summary: "detects dataclass definitions with more than once usages of `KW_ONLY`",
|
||||
summary: "detects dataclass definitions with more than one usage of `KW_ONLY`",
|
||||
status: LintStatus::preview("1.0.0"),
|
||||
default_level: Level::Error,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue