mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Add scope tracking (and F706) (#22)
This commit is contained in:
parent
6f8144e6c2
commit
d7ee58c17a
7 changed files with 115 additions and 12 deletions
|
@ -45,6 +45,7 @@ impl Settings {
|
|||
CheckCode::F541,
|
||||
CheckCode::F634,
|
||||
CheckCode::F403,
|
||||
CheckCode::F706,
|
||||
CheckCode::F901,
|
||||
CheckCode::E501,
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue