https://github.com/gpocentek/python-gitlab/blob/master/gitlab/objects.py#L1418
pipeline_events should be in here, and it's missing.
This results in creating a hook with no pipeline_events, but all the other events.
If you update a hook, it will update everything except for this.
It just uses the default value of False.