You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ mypy .
reproduce.py:4: error: Metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases [misc]
Found 1 error in 1 file (checked 1 source file)
Mypy detects a metaclass conflict as soon as we subclass the ConfZ class as per default use case:
reproduce.py:
Output of mypy:
Used configuration:
Note: It seems to still be the case with confZ 2 when using
BaseConfig
The text was updated successfully, but these errors were encountered: