How to proper pin pre-commit
back to 3.11
#4895
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Dear @SMillerDev I am still looking for a bit of advice on how to install I have been unable to find an external installation for Thank you very much for any kind of advice or forwarding this to an issue |
Beta Was this translation helpful? Give feedback.
-
We always use the latest version of dependencies, so you won't be able to do this and still use our binaries. You can edit the formula file for |
Beta Was this translation helpful? Give feedback.
We always use the latest version of dependencies, so you won't be able to do this and still use our binaries. You can edit the formula file for
pre-commit
and change the dependency to[email protected]
. Then runbrew install -sv pre-commit
to build it from source. I'd caution you that this is unsupported, so you are on your own from here.