Ensure that *everything* is typed in community.crypto (#917)

* Ensure that *everything* is typed in community.crypto.

* Fix comment.

* Ignore type definitions/imports and AssertionErrors for code coverage.
This commit is contained in:
Felix Fontein
2025-06-09 10:10:19 +02:00
committed by GitHub
parent ec063d8515
commit d83a923325
73 changed files with 494 additions and 317 deletions

View File

@@ -31,8 +31,8 @@ TIMEZONES = [
if t.TYPE_CHECKING:
_S = t.TypeVar("_S")
_Ts = t.TypeVarTuple("_Ts")
_S = t.TypeVar("_S") # pragma: no cover
_Ts = t.TypeVarTuple("_Ts") # pragma: no cover
def cartesian_product(