autoreload: Move mypy ignore_errors to inline configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-04 15:28:36 -07:00
committed by Tim Abbott
parent 7e874a4d39
commit 1c47b69f78
2 changed files with 2 additions and 11 deletions

View File

@@ -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

View File

@@ -1,3 +1,5 @@
# mypy: ignore_errors
# Copyright 2009 Facebook
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may