### Type - [X] Content inaccurate - [ ] Content missing - [ ] Typo ### URL https://commitizen-tools.github.io/commitizen/ ### Description According to the docs, it requires python 3.6 at minimum. However, `hooks.py` uses `from __future__ import annotations`, which is [not supported by python 3.6](https://docs.python.org/3.6/library/__future__.html)
Type
URL
https://commitizen-tools.github.io/commitizen/
Description
According to the docs, it requires python 3.6 at minimum.
However,
hooks.pyusesfrom __future__ import annotations, which is not supported by python 3.6