Skip to content

Commit 4cd79f0

Browse files
committed
It's fine to shadow builtin modules too.
1 parent 91a216d commit 4cd79f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ignore = [
9393
"A001", # It's fine to shadow builtins
9494
"A002",
9595
"A003",
96+
"A005",
9697
"ARG", # This is all wrong whenever an interface is involved
9798
"ANN", # Just let the type checker do this
9899
"B006", # Mutable arguments require care but are OK if you don't abuse them

0 commit comments

Comments
 (0)