mypy icon indicating copy to clipboard operation
mypy copied to clipboard

feat: validate mypyc attrs

Open BobTheBuidler opened this issue 2 months ago • 0 comments

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

BobTheBuidler avatar Nov 16 '25 22:11 BobTheBuidler