If I do `index.commit(msg)` it will execute [`pre-commit`](https://github.com/gitpython-developers/GitPython/blob/d5739cd466f77a60425bd2860895799f7c9359d9/git/index/base.py#L941) and [`post-commit`](https://github.com/gitpython-developers/GitPython/blob/d5739cd466f77a60425bd2860895799f7c9359d9/git/index/base.py#L946) That makes it very hard to do the equivalent of `git commit -m "msg" --no-verify` (same as `git commit -m "msg" -n`).