conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
459 stars 102 forks source link

Add more pre-commit hooks #420

Closed maresb closed 9 months ago

maresb commented 1 year ago

Also corresponding code cleanups to make everything pass.

Finally, eliminate dependencies on importlib-metadata and typing_extensions.

netlify[bot] commented 1 year ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit a8d14407372191ab57ae8f595e0a1e7dd9ca7190
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/6472762c5f65b1000867397d
Deploy Preview https://deploy-preview-420--conda-lock.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

maresb commented 1 year ago

This fails because the vendored Poetry monkeypatches subprocess.run.

The lesson: revendor Poetry first.

maresb commented 9 months ago

Superseded by #490