We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276a13a commit 5992b83Copy full SHA for 5992b83
1 file changed
{{cookiecutter.project_name}}/noxfile.py
@@ -56,7 +56,7 @@ def setup_git(session: Session) -> None:
56
@nox.session(python=False, name="setup-remote")
57
def setup_remote(session: Session) -> None:
58
"""Set up the remote repository for the current project."""
59
- command: list[str] = [
+ command: list[str | Path] = [
60
"python",
61
SCRIPTS_FOLDER / "setup-remote.py",
62
REPO_ROOT,
0 commit comments