mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
Mark MisplacedComparisonConstant as fixable
This commit is contained in:
@@ -2484,6 +2484,7 @@ impl CheckKind {
|
||||
| CheckKind::ImplicitReturn
|
||||
| CheckKind::ImplicitReturnValue
|
||||
| CheckKind::IsLiteral
|
||||
| CheckKind::MisplacedComparisonConstant(..)
|
||||
| CheckKind::NewLineAfterLastParagraph
|
||||
| CheckKind::NewLineAfterSectionName(..)
|
||||
| CheckKind::NoBlankLineAfterFunction(..)
|
||||
|
||||
Reference in New Issue
Block a user