zulip/zerver
Reid Barton ecfa397567 Fix several type annotations for mypy 0.4.6 compatibility.
A few functions had arguments removed without having their type
annotations updated accordingly. As a result mypy version 0.4.6
thinks that the first type in the annotation is supposed to be
the type of `self`, a new mypy feature which we are not intending
to use here.
2016-12-03 13:45:52 -08:00
..
fixtures integrations: Add webhook payloads for papertrail. 2016-12-03 10:28:49 -08:00
lib Fix several type annotations for mypy 0.4.6 compatibility. 2016-12-03 13:45:52 -08:00
management pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
migrations Add backend support for emoji reactions. 2016-11-26 18:10:21 -08:00
templatetags pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
tests Fix several type annotations for mypy 0.4.6 compatibility. 2016-12-03 13:45:52 -08:00
tornado Fix several type annotations for mypy 0.4.6 compatibility. 2016-12-03 13:45:52 -08:00
views pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
worker pep8: Fix E203 violations 2016-12-01 20:37:57 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py context_processors: use a common context for emails. 2016-11-08 11:37:16 -08:00
decorator.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
forms.py pep8: Fix E502 violations 2016-12-03 10:56:36 -08:00
logging_handlers.py pep8: Fix E131. 2016-12-01 23:16:47 -08:00
middleware.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
models.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00