StackGuardian/tirith

🚀 Add `isort` linting

Offen

#88 geöffnet am 28.11.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (41 Forks)auto 404
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (168 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is your feature request related to a problem? Please describe. It's more to an enhancement for this project. isort is a Python program that can be used either to sort imports alphabetically or detect any imports that are not sorted alphabetically.

Describe the solution you'd like I'd add a commit that add github workflows for running isort but before that changes, I'd fix every isort import violations with isort first

Additional context isort link: https://pypi.org/project/isort/

Contributor Guide