We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5802cf commit 3b9b4fdCopy full SHA for 3b9b4fd
commitizen/cli.py
@@ -3,8 +3,8 @@
3
import argparse
4
import logging
5
import sys
6
-from pathlib import Path
7
from functools import partial
+from pathlib import Path
8
from types import TracebackType
9
10
import argcomplete
commitizen/defaults.py
@@ -42,7 +42,7 @@ class Settings(TypedDict, total=False):
42
tag_format: str | None
43
bump_message: str | None
44
allow_abort: bool
45
- allowed_prefixes: List[str]
+ allowed_prefixes: list[str]
46
changelog_file: str
47
changelog_incremental: bool
48
changelog_start_rev: str | None
0 commit comments