We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1ae38 commit f8144d2Copy full SHA for f8144d2
1 file changed
templates/github/.ci/scripts/check_release.py
@@ -64,7 +64,7 @@ def current_version(repo: Repo, commitish: str) -> Version:
64
return Version(current_version)
65
66
67
-def check_pyproject_dependencies(repo: Repo, from_commit:str, to_commit:str) -> list[str]:
+def check_pyproject_dependencies(repo: Repo, from_commit: str, to_commit: str) -> list[str]:
68
try:
69
new_pyproject = tomllib.loads(repo.git.show(f"{to_commit}:pyproject.toml"))
70
0 commit comments