ENH environment-yml-fixer sorter
See original GitHub issueI have a local hook which sorts dependencies in conda environment.yml
files (analogous to this repo’s requirements-txt-fixer
) - would that be a welcome addition to pre-commit-hooks
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to create a long-term reproducible environment YAML file?
I'm shipping a data-analysis pipeline that we developed (https://github.com/Cibiv/ipoolseq-pipeline) with an environment definition YAML ...
Read more >Python YAML configuration with environment variables parsing
Load a YAML configuration file and resolve any environment variables ... there's an environment variable (or more) to be parsed, e.g. !ENV.
Read more >Export Conda Environment with minimized requirements
Another option worth noting is the --no-builds flag, which will export every package in the YAML, but leave out the build specifiers. These ......
Read more >How to automatically create a environment.yml that works with ...
This how-to explains how to create a environment.yml that specifies all installed packages and their precise versions from your environment.
Read more >Broken: conda env create -n gatk -f gatkcondaenv.yml
Broken: conda env create -n gatk -f gatkcondaenv.yml ... If you break the environment, you are responsible for fixing it and also owe...
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
Hey @RoyalTS - sure, here you go! https://github.com/MarcoGorelli/madforhooks
Any issues please let me know there so we don’t spam this repo’s issue tracker
I’d be very interested in this hook so give a shout when it’s up somewhere!