mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Implement E741 (#137)
This commit is contained in:
parent
81ae3bfc94
commit
c4565fe0f5
10 changed files with 275 additions and 1 deletions
|
@ -51,6 +51,7 @@ impl Settings {
|
|||
CheckCode::E713,
|
||||
CheckCode::E714,
|
||||
CheckCode::E731,
|
||||
CheckCode::E741,
|
||||
CheckCode::E902,
|
||||
CheckCode::F401,
|
||||
CheckCode::F403,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue