Allow requirements-txt-fixer keep git+ sorted first
See original GitHub issueI propose an option to allow keep these require like this.
Expected:
git+https://github.com/ateliedocodigo/py-healthcheck.git@1.10.1
ddt<2
flake8
freezegun<1
pytest-cov<3
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to state in requirements.txt a direct github source
First, install with git+git or git+https , in any way you know. Example of installing kronok 's branch of the brabeion project: pip...
Read more >pre-commit-hooks - Git at Google
--no-sort-keys - when autofixing, retain the original key ordering (instead of sorting the keys); --top-keys comma,separated,keys - Keys to keep at the top...
Read more >Supported hooks - pre-commit
requirements -txt-fixer - sorts entries in requirements.txt. sort-simple-yaml - sorts simple yaml files which consist only of top-level keys, preserving comments ...
Read more >Improve Code Quality with Git Hooks and Pre-commit
txt file is alphabetically sorted (helps with readability) and checks each file for unnecessary trailing whitespace.
Read more >Dependency Management with Pip, Python's Package Manager
Another solution for better managing dependencies with Pip is to use it in conjunction with a requirements.txt file, which allows for the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
no I can’t, just run piptools and observe or read its documentation
Can you give more information? A link reference