mirror of https://github.com/zulip/zulip.git
Make zerver/middleware.py pass mypy check.
This was done by reporting python/mypy#1540 and upgrading to the latest version of mypy which has the fix for this.
This commit is contained in:
parent
98afe000ee
commit
7c77522ce4
|
@ -1,3 +1,3 @@
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
git+https://github.com/python/mypy.git@9bb5f2e0ebc90aac5d948d1a7ebbb1f5003dca8e
|
git+https://github.com/python/mypy.git@c129bc0046a58ba87e573d9fe75446d828196229
|
||||||
typed-ast==0.5.1
|
typed-ast==0.5.1
|
||||||
|
|
|
@ -17,7 +17,6 @@ bots/zephyr_mirror_backend.py
|
||||||
docs/conf.py
|
docs/conf.py
|
||||||
tools/deprecated/
|
tools/deprecated/
|
||||||
zproject/
|
zproject/
|
||||||
zerver/middleware.py
|
|
||||||
zerver/migrations/
|
zerver/migrations/
|
||||||
zerver/tests/
|
zerver/tests/
|
||||||
zilencer/models.py
|
zilencer/models.py
|
||||||
|
|
Loading…
Reference in New Issue