pre-commit-hooks icon indicating copy to clipboard operation
pre-commit-hooks copied to clipboard

replace fuzzywuzzy with rapidfuzz

Open maxbachmann opened this issue 3 years ago • 0 comments

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

maxbachmann avatar Sep 28 '22 11:09 maxbachmann