Scotte Zinn
Results
22
comments of
Scotte Zinn
I've done that with no change. Tried also adding PyYAML as an additional dependency with no luck. Will check the pre-commit side. Likely there's some weird python version mismatch going...
Running pip3 list in the .cache/pre-commit repo for yamllint does not show PyYAML as being installed. If I use that pip to install PyYAML, then the issue is resolved. It...