-
Notifications
You must be signed in to change notification settings - Fork 6
Adding isort #11
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
isort makes that all imports are ordered the same way throughout our code: https://pycqa.github.io/isort/
It would be great if this would simply run for every commit pushed to the repository.
Was not able to get it to work with GIthub Actions and help would be appreciated.