zulip/api/integrations
Eklavya Sharma de6884c406 Change True to 'True' in requests.get params.
According to stubs from mypy 0.4.7 onwards, `requests.get` takes
a parameter `params` of type `Dict[AnyStr, AnyStr]` where `AnyStr`
can be either bytes or text.  Actually, requests can accept values
of other types in dicts too but it casts them to a string type.

So to avoid type checking error messages, change `True` to `'True'`.
2017-02-07 12:55:25 -08:00
..
asana mypy: Add annotations to api/integrations/asana/zulip_asana_mirror. 2017-01-05 11:08:21 -08:00
basecamp zulip_basecamp_mirror: Move some imports after sys.path updates. 2017-01-03 18:36:12 -08:00
codebase Change True to 'True' in requests.get params. 2017-02-07 12:55:25 -08:00
git mypy: Annotate *bots/githook-post-receive* 2016-12-03 15:58:22 -06:00
google lint: Fix % comprehensions being used without a tuple. 2017-01-09 11:45:11 -08:00
hg mypy: Annotate api/integrations/hg/zulip-changegroup.py 2017-01-03 11:44:43 -08:00
jira/org/humbug/jira integrations: Change default ZULIP_SITE to https://zulip.example.com. 2016-11-26 19:30:32 -08:00
nagios lint: Clean up E241 PEP-8 rule. 2017-01-23 21:21:14 -08:00
openshift integrations: Add code for OpenShift. 2017-01-11 16:23:11 -08:00
perforce Fixed a typo in zulip_change_commit.py 2017-01-12 04:49:47 -08:00
rss mypy: Annotate /api/integrations/rss/rss-bot. 2017-01-04 22:42:11 -08:00
svn mypy: Annotate *api/integrations/svn/post-commit*. 2016-12-28 08:54:53 -08:00
trac lint: Clean up E126 PEP-8 rule. 2017-01-23 22:06:13 -08:00
twitter lint: Clean up E121 PEP-8 rule. 2017-01-23 21:02:39 -08:00