mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Implement B010 (#683)
This commit is contained in:
parent
b5549382a7
commit
bd3b40688f
12 changed files with 100 additions and 8 deletions
|
@ -46,6 +46,7 @@ pub enum ScopeKind<'a> {
|
|||
Generator,
|
||||
Module,
|
||||
Arg,
|
||||
Lambda,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue