StackGuardian/tirith

🚀 Add `isort` linting

开放

#88 创建于 2022年11月28日

 (0 条评论) (0 个反应) (0 位负责人)Python (41 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

星标
 (168 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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/

贡献者指南