-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcomeruleImplementing or modifying a lint ruleImplementing or modifying a lint rule
Description
flake8-builtins has added 3 new rules since A001-003 where implemented in ruff:
- A004: An import statement is shadowing a Python builtin.
- A005: A module is shadowing a Python builtin module (e.g: logging or socket)
- A006: A lambda argument is shadowing a Python builtin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedContributions especially welcomeContributions especially welcomeruleImplementing or modifying a lint ruleImplementing or modifying a lint rule