Skip to content

Commit 146fb5a

Browse files
committed
chore: add docstring to setup-venv nox session
1 parent 00f4f26 commit 146fb5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def setup_git(session: Session) -> None:
5252

5353
@nox.session(python=None, name="setup-venv")
5454
def setup_venv(session: Session) -> None:
55+
"""Set up the virtual environment for the current project."""
5556
session.run("python", SCRIPTS_FOLDER / "setup-venv.py", REPO_ROOT, "-p", PYTHON_VERSIONS[0], external=True)
5657

5758

0 commit comments

Comments
 (0)