mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
mypy: Finalize migration of cache.py to python3 function annotation.
- Use forward declarations of some types from models.py to avoid cycles. - Remove cache.py from linter rule exclude list to ensure it stays that way.
This commit is contained in:
committed by
Tim Abbott
parent
005cb6bd03
commit
966ca7015f
@@ -477,7 +477,6 @@ def build_custom_checkers(by_lang):
|
||||
# Zerver files that we should just clean.
|
||||
'zerver/tests',
|
||||
'zerver/lib/api_test_helpers.py',
|
||||
'zerver/lib/cache.py',
|
||||
'zerver/lib/request.py',
|
||||
'zerver/views/streams.py',
|
||||
# thumbor is (currently) python2 only
|
||||
|
||||
Reference in New Issue
Block a user