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