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.
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.
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