We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b05a96 commit 1ac79feCopy full SHA for 1ac79fe
commitizen/commands/init.py
@@ -36,7 +36,7 @@ def is_python_poetry(self) -> bool:
36
if not self.has_pyproject:
37
return False
38
with open("pyproject.toml") as f:
39
- return "tool.poetry.version" in f.read()
+ return "[tool.poetry]" in f.read()
40
41
@property
42
def is_python(self) -> bool:
0 commit comments