Skip to content

Commit

Permalink
feat(B909): Add more container mutating functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mimre25 committed Feb 5, 2024
1 parent 5f77ca5 commit 5fe2f79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,13 @@ class B909Checker(ast.NodeVisitor):
"insert",
"pop",
"popitem",
"setdefault",
"update",
"intersection_update",
"difference_update",
"symmetric_difference_update",
"add",
"discard",
)

def __init__(self, name: str):
Expand Down

0 comments on commit 5fe2f79

Please sign in to comment.