Skip to content

Commit

Permalink
It's fine to shadow builtin modules too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jan 13, 2025
1 parent 91a216d commit 4cd79f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ ignore = [
"A001", # It's fine to shadow builtins
"A002",
"A003",
"A005",
"ARG", # This is all wrong whenever an interface is involved
"ANN", # Just let the type checker do this
"B006", # Mutable arguments require care but are OK if you don't abuse them
Expand Down

0 comments on commit 4cd79f0

Please sign in to comment.