There was an error while loading. Please reload this page.
1 parent 3d4197b commit e698eceCopy full SHA for e698ece
1 file changed
repomatic/init_project.py
@@ -860,7 +860,7 @@ def adopted_ongoing_configs(output_dir: Path) -> set[str]:
860
861
:param output_dir: Repository root holding `pyproject.toml`.
862
:return: Component names to add to a bare `init` selection. Empty when the
863
- file is absent, unparseable, or carries no `[tool]` table.
+ file is absent, unparsable, or carries no `[tool]` table.
864
"""
865
tool_table = read_pyproject_toml(output_dir).get("tool", {})
866
if not tool_table:
0 commit comments