mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
autoreload: Move mypy ignore_errors to inline configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7e874a4d39
commit
1c47b69f78
11
mypy.ini
11
mypy.ini
@@ -30,17 +30,6 @@ ignore_missing_imports = True
|
||||
# Warn of unreachable or redundant code.
|
||||
warn_unreachable = True
|
||||
|
||||
#
|
||||
#
|
||||
# IGNORE ERRORS
|
||||
#
|
||||
#
|
||||
|
||||
# zerver.tornado.autoreload is a slightly-patched piece of upstream Tornado.
|
||||
[mypy-zerver.tornado.autoreload]
|
||||
ignore_errors = True
|
||||
|
||||
|
||||
#
|
||||
#
|
||||
# STRICT OPTIONAL
|
||||
|
||||
Reference in New Issue
Block a user