Skip to content

Remove some metaclasses

Use the Python >= 3.6 dependency opportunity to remove metaclasses where possible and replace them by __init_subclass__.

Merge request reports