mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Implement F823 (#44)
This commit is contained in:
parent
6c5845922f
commit
0cbcb982eb
9 changed files with 172 additions and 44 deletions
|
@ -49,6 +49,7 @@ impl Settings {
|
|||
CheckCode::F634,
|
||||
CheckCode::F706,
|
||||
CheckCode::F831,
|
||||
CheckCode::F832,
|
||||
CheckCode::F901,
|
||||
])
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue