zulip/zerver/webhooks/gitlab
Anders Kaseorg 69c0959f34 python: Fix misuse of Optional types for optional parameters.
There seems to have been a confusion between two different uses of the
word “optional”:

• An optional parameter may be omitted and replaced with a default
  value.
• An Optional type has None as a possible value.

Sometimes an optional parameter has a default value of None, or None
is otherwise a meaningful value to provide, in which case it makes
sense for the optional parameter to have an Optional type.  But in
other cases, optional parameters should not have Optional type.  Fix
them.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-13 15:31:27 -07:00
..
fixtures gitlab: Added artifact link to pipeline event body 2020-06-07 14:01:04 -07:00
__init__.py
doc.md gitlab: Document the local network security setting. 2018-04-20 08:34:38 -07:00
tests.py python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
view.py python: Fix misuse of Optional types for optional parameters. 2020-06-13 15:31:27 -07:00