Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent loading the same quirk multiple times (zigpy#1420)
* Prevent loading the same quirk multiple times * remove unnecessary method * make v2 quirk entries immutable * fix eq method for consistency * test equality * coverage and fixes * mypy hints * coverage * formatting * Switch to `frozendict` * Always set `args` and `kwargs * Ignore `quirk_location` when comparing * Run `pre-commit` * Freeze the node descriptor when setting * API update * tweak and coverage * cleanup * or not... * log clarity --------- Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
- Loading branch information