mirror of https://github.com/zulip/zulip.git
mypy: Enable unused-awaitable errors.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
81f7192ca3
commit
2b35abba5d
|
@ -29,6 +29,7 @@ enable_error_code = [
|
||||||
"redundant-expr",
|
"redundant-expr",
|
||||||
"truthy-bool",
|
"truthy-bool",
|
||||||
"ignore-without-code",
|
"ignore-without-code",
|
||||||
|
"unused-awaitable",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Display the codes needed for # type: ignore[code] annotations.
|
# Display the codes needed for # type: ignore[code] annotations.
|
||||||
|
|
Loading…
Reference in New Issue