pycodestyle
pycodestyle copied to clipboard
:feat: added datatypes to handle in order to check handles compat…
🔗 Linked issue
Description
I made an attempt to add what I believe to be a crucial feature: labeling Handles with a dataType
attribute to automatically disable linking between incompatible handles. I also added a 'compatibility' Route to demonstrate its simple usage.
Checklist
-
[x] I've followed the Contributing guidelines
-
[x] I've titled my PR according to the Conventional Commits spec
-
[ ] I've linked an open issue
-
[ ] I've added tests that fail without this PR but pass with it
-
[x] I've linted and tested my code
-
[ ] I've updated documentation (if appropriate)