Apply per file flags corresponding to --strict to wormholetesting.py

This commit is contained in:
dlee 2023-03-08 15:19:08 -06:00
parent 8ccbd37d29
commit 10b3eabed4
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ For example::
import wormhole import wormhole
run(peerA(wormhole)) run(peerA(wormhole))
""" """
# mypy: warn-unused-configs, disallow-any-generics, disallow-subclassing-any, disallow-untyped-calls, disallow-untyped-defs, disallow-incomplete-defs, check-untyped-defs, disallow-untyped-decorators, warn-redundant-casts, warn-unused-ignores, warn-return-any, no-implicit-reexport, strict-equality, strict-concatenate
from __future__ import annotations from __future__ import annotations