pre-commit-hooks
pre-commit-hooks copied to clipboard
replace fuzzywuzzy with rapidfuzz
This PR succeeds #57 and simply replaces the whole fuzzywuzzy/python-Levenshtein dependency with rapidfuzz, which is faster and MIT licensed.
Note that the reported issue with python-Levenshtein should not occur anymore, since it simply installs Levenshtein under the hood. However since Levenshtein already uses RapidFuzz anyways, it probably makes sense to use it directly