mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +00:00
Implement F402 (#221)
This commit is contained in:
parent
401b53cc45
commit
71d9b2ac5f
7 changed files with 92 additions and 9 deletions
|
@ -44,6 +44,7 @@ pub enum BindingKind {
|
|||
Argument,
|
||||
Assignment,
|
||||
Binding,
|
||||
LoopVar,
|
||||
Builtin,
|
||||
ClassDefinition,
|
||||
Definition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue