Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[Quality] Use black and isort #193

Closed

Description

Current Situation

We do not use an automatic formatter.

Suggested Improvement

Let's use an automatic formatter and import sorter so we don't have to think about it anymore. black is the standard opinionated Python formatter, and isort is the standard import sorter. Both are very safe and battle tested.

We will exclude the archive directory from them though.

Benefit

We won't have to think about formatting any longer 🙂

Implementation

  • 🙋 I would be interested in implementing this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed🤖 aspect: dxConcerns developers' experience with the codebaseConcerns developers' experience with the codebase🧰 goal: internal improvementImprovement that benefits maintainers, not usersImprovement that benefits maintainers, not users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions