Closed maresb closed 3 years ago
Wait, no, it pre-commit run --all-files
succeeds for me locally. @abravalheri and @FlorianWilhelm , any idea what's wrong?
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
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
Cool, thanks for providing a conda package for this extension @maresb.
Oops, looks like pre-commit caught me making edits via the Github webpage. :laughing: