StackGuardian/tirith

馃殌 Add `isort` linting

Open

#88 opened on Nov 28, 2022

聽(0 comments)聽(0 reactions)聽(0 assignees)Python聽(41 forks)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
聽(168 stars)
PR merge metrics
聽(PR metrics pending)

Description

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