Lucas-C / pre-commit-hooks

git pre-commit hooks
http://pre-commit.com/hooks.html
MIT License
123 stars 50 forks source link

split commit hooks for less dependencies #51

Open fmms opened 2 years ago

fmms commented 2 years ago

Hi,

I believe your tab 2 space pre-commit module is very usefull. However, as this project has python-Levenshtein-wheels installing that on my Windows 10 machine resulted in many C++ compiler elements that had to be installed and many stackoverflow post to be read.

I would be a lot more convienient if the simple hooks could be installed easily and just if i want the license replacement, I actually pull in the dependecy for Levenshtein.

Thanks

peterjc commented 2 months ago

I was going to suggest switching from python-Levenshtein-wheels to python-Levenshtein (#57), or better rapidfuzz (#58), which both have wheels for Windows, but that has been done.

I think this issue can be closed?