mypy: Enable unused-awaitable errors.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-05-31 16:35:23 -07:00 committed by Tim Abbott
parent 81f7192ca3
commit 2b35abba5d
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ enable_error_code = [
"redundant-expr",
"truthy-bool",
"ignore-without-code",
"unused-awaitable",
]
# Display the codes needed for # type: ignore[code] annotations.