mirror of https://github.com/zulip/zulip.git
mypy: Fully check actions.py by removing mypy.ini special case.
This commit is contained in:
parent
7bbc620b28
commit
4ea5fea8a1
2
mypy.ini
2
mypy.ini
|
@ -157,8 +157,6 @@ strict_optional = False
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
[mypy-zerver.lib.push_notifications]
|
[mypy-zerver.lib.push_notifications]
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
[mypy-zerver.lib.actions]
|
|
||||||
strict_optional = False
|
|
||||||
[mypy-zerver.worker.queue_processors]
|
[mypy-zerver.worker.queue_processors]
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
[mypy-zerver.tornado.websocket_client]
|
[mypy-zerver.tornado.websocket_client]
|
||||||
|
|
Loading…
Reference in New Issue