Skip to content

Commit 00f4f26

Browse files
committed
chore: small formatting tweak
1 parent 30183ef commit 00f4f26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

{{cookiecutter.project_name}}/noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +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-
session.run(
56-
"python", SCRIPTS_FOLDER / "setup-venv.py", REPO_ROOT, "-p", PYTHON_VERSIONS[0], external=True
57-
)
55+
session.run("python", SCRIPTS_FOLDER / "setup-venv.py", REPO_ROOT, "-p", PYTHON_VERSIONS[0], external=True)
5856

5957

6058
@nox.session(python=DEFAULT_PYTHON_VERSION, name="pre-commit")

0 commit comments

Comments
 (0)