You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We keep getting a lot of merge conflicts around
requirements.txt
andrequirements.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 makeThe text was updated successfully, but these errors were encountered: