mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +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 of unreachable or redundant code.
|
||||||
warn_unreachable = True
|
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
|
# STRICT OPTIONAL
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# mypy: ignore_errors
|
||||||
|
|
||||||
# Copyright 2009 Facebook
|
# Copyright 2009 Facebook
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
|
|||||||
Reference in New Issue
Block a user