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 a074a79 commit 0781835Copy full SHA for 0781835
commitizen/commands/init.py
@@ -51,7 +51,7 @@ def __call__(self):
51
def _ask_config_path(self) -> str:
52
name = questionary.select(
53
"Please choose a supported config file: (default: pyproject.toml)",
54
- choices=config_files, # type: ignore
+ choices=config_files,
55
default="pyproject.toml",
56
style=self.cz.style,
57
).ask()
0 commit comments