Update to mypy 1.14 (#13272)

This commit is contained in:
Stephen Morton
2024-12-20 17:29:38 -08:00
committed by GitHub
parent 8e31597fa5
commit 097581ea47
43 changed files with 357 additions and 79 deletions
+2 -2
View File
@@ -114,8 +114,8 @@ class QRBill:
payment_line: bool = True,
font_factor: int = 1,
) -> None: ...
@deprecated("ref_number is deprecated and replaced by reference_number")
@overload
@deprecated("ref_number is deprecated and replaced by reference_number")
def __init__(
self,
account: str,
@@ -135,8 +135,8 @@ class QRBill:
payment_line: bool = True,
font_factor: int = 1,
) -> None: ...
@deprecated("extra_infos is deprecated and replaced by additional_information")
@overload
@deprecated("extra_infos is deprecated and replaced by additional_information")
def __init__(
self,
account: str,