We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa7877 commit edf3443Copy full SHA for edf3443
tests/test_main.py
@@ -16,7 +16,7 @@ def test_doc_basic() -> None:
16
17
18
def test_annotation():
19
- def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None:
+ def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None: # pragma: no cover
20
pass
21
22
hints = get_type_hints(hi, include_extras=True)
0 commit comments