Chore: Enable ruff FBT (#8645)

This commit is contained in:
Sebastian Steinbeißer 2025-02-07 18:12:03 +01:00 committed by GitHub
parent b274665e21
commit e560fa3be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 133 additions and 65 deletions

View file

@ -23,6 +23,7 @@ class _TestMatchingBase(TestCase):
match_algorithm: str,
should_match: Iterable[str],
no_match: Iterable[str],
*,
case_sensitive: bool = False,
):
for klass in (Tag, Correspondent, DocumentType):