neutron-lib/releasenotes/notes/update-hacking-check-n536-2...

6 lines
189 B
YAML

---
fixes:
- Update hacking check ``N536``. Current implementation recognizes
``self.assertEqual((None, None), A)`` as invalid incorrectly while
``(None, None)`` is not ``None``.