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
Exceptions for this have been added to .flake8 as F401 and F403.
Background
The offending code was added as means of restructuring the project without requiring changes to the plugins.
As some plugins are developed by third-parties, they are were so updatable so this was added as a temporary hack.
This may need to wait until plugins can be updated, which would be partly fixed by solving #127, or at-least ensure that proper versioning would prevent breakages to the plugin/menu ecosystem.
The text was updated successfully, but these errors were encountered:
Exceptions for this have been added to
.flake8
asF401
andF403
.Background
The offending code was added as means of restructuring the project without requiring changes to the plugins.
As some plugins are developed by third-parties, they are were so updatable so this was added as a temporary hack.
This may need to wait until plugins can be updated, which would be partly fixed by solving #127, or at-least ensure that proper versioning would prevent breakages to the plugin/menu ecosystem.
The text was updated successfully, but these errors were encountered: