pyscaffold / pyscaffoldext-markdown

⬇️ PyScaffold extension which replaces reStructuredText by Markdown
https://pyscaffold.org
MIT License
12 stars 4 forks source link

Add conda-forge badge and install command #12

Closed maresb closed 3 years ago

maresb commented 3 years ago

Oops, looks like pre-commit caught me making edits via the Github webpage. :laughing:

maresb commented 3 years ago

Wait, no, it pre-commit run --all-files succeeds for me locally. @abravalheri and @FlorianWilhelm , any idea what's wrong?

abravalheri commented 3 years ago

Aaaa... that is a cache thing-y! Recently there was an update in pre-commit that apparently is backwards incompatible with caches on OSX.

To solve this problem we need to change the Cirrus file to add fingerprinting the cache. It is quite annoying...

Like this one https://github.com/pyscaffold/pyscaffoldext-dsproject/commit/9279c792c0959c43c638b00e9b74dcd383f1e634

abravalheri commented 3 years ago

I did a commit on master (by mistake I committed directly instead of open a PR and waiting for the CI to run)... Hopefully if the CI passes for that commit, it would be just a mater of rebasing. Otherwise I have to fix the problems I caused :P

FlorianWilhelm commented 3 years ago

Cool, thanks for providing a conda package for this extension @maresb.