diff --git a/pyproject.toml b/pyproject.toml index fde806101b..640de8d84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,6 +117,7 @@ disable = [ # Mostly false positives, better served by mypy "not-callable", "no-member", + "unsupported-membership-test", ]