mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Implement B008 (#594)
This commit is contained in:
parent
c544d84b46
commit
f7780eb720
10 changed files with 274 additions and 32 deletions
|
@ -36,6 +36,7 @@ pub enum ScopeKind {
|
|||
Function(FunctionScope),
|
||||
Generator,
|
||||
Module,
|
||||
Arg,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue