PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Lexicographically sort requirements #25

Open JosephMoniz opened 5 years ago

JosephMoniz commented 5 years ago

We keep getting a lot of merge conflicts around requirements.txt and requirements.in because we just keep adding to the end of the file. These would be less common if the dependencies were sorted in these files. I think a pre-commit hook exists for this. If not, it probably wouldn't be too hard to make