mypy
mypy copied to clipboard
feat: validate mypyc attrs
This PR ensures that the values set for mypyc attrs native_class and allow_interpreted_subclasses are compatible with each other
A user should not be able to pass both native_class=False and allow_interpreted_subclasses=True at the same time