1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-07 17:39:58 +02:00

🔍 mypy: Use an almost strict mypy configuration, and fix any issues

This commit is contained in:
Mike Gerber 2024-01-10 19:12:07 +01:00
parent ad316aeabc
commit 483e809691
11 changed files with 77 additions and 41 deletions

View file

@ -4,8 +4,7 @@ from math import ceil
from typing import Optional
from rapidfuzz.distance import Levenshtein
from .edit_distance import grapheme_clusters
from uniseg.graphemecluster import grapheme_clusters
def align(t1, t2):