-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
Description
Type
- 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