Skip to content

Commit

Permalink
Replace hash with unsafe_hash (#486)
Browse files Browse the repository at this point in the history
* Replace hash with unsafe_hash

* Empty
  • Loading branch information
kasium authored Aug 20, 2024
1 parent 5939910 commit f0eeda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Context = namedtuple("Context", ["node", "stack"])


@attr.s(hash=False)
@attr.s(unsafe_hash=False)
class BugBearChecker:
name = "flake8-bugbear"
version = __version__
Expand Down

0 comments on commit f0eeda8

Please sign in to comment.