Skip to content

Commit 5992b83

Browse files
committed
chore: fix type hint
1 parent 276a13a commit 5992b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def setup_git(session: Session) -> None:
5656
@nox.session(python=False, name="setup-remote")
5757
def setup_remote(session: Session) -> None:
5858
"""Set up the remote repository for the current project."""
59-
command: list[str] = [
59+
command: list[str | Path] = [
6060
"python",
6161
SCRIPTS_FOLDER / "setup-remote.py",
6262
REPO_ROOT,

0 commit comments

Comments
 (0)