Skip to content

Commit 38fe5bf

Browse files
committed
style(changelog): add TODO to fixable type ignores
1 parent 19efaa8 commit 38fe5bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/commands/changelog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def _write_changelog(
176176

177177
def _export_template(self) -> None:
178178
tpl = changelog.get_changelog_template(self.cz.template_loader, self.template)
179+
# TODO: fix the following type ignores
179180
src = Path(tpl.filename) # type: ignore
180181
Path(self.export_template_to).write_text(src.read_text()) # type: ignore
181182

0 commit comments

Comments
 (0)