Skip to content

Commit 65deff5

Browse files
committed
fix formatting
1 parent dea2721 commit 65deff5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/changelog/new-release.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ def collect_next_release_changes(next_release_dir: Path) -> list[dict[str, Any]]
4242

4343

4444
def create_version_file(
45-
changes_dir: Path, version: str, changes: list[dict[str, Any]], summary: str | None = None
45+
changes_dir: Path,
46+
version: str,
47+
changes: list[dict[str, Any]],
48+
summary: str | None = None,
4649
) -> Path:
4750
version_file = changes_dir / f"{version}.json"
4851

0 commit comments

Comments
 (0)