Skip to content

Commit 527c90f

Browse files
committed
fix: add missing comma in the Nox configuration file
1 parent 4ff5b49 commit 527c90f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/+476d4d9b.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add missing comma in `noxfile.py`.

template/{% if tasks == 'nox' %}noxfile.py{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def type_check_tests(session: nox.Session) -> None:
150150
f"--reinstall-package={PROJECT_NAME}",
151151
"--no-default-groups",
152152
"--group=tests",
153-
"--group=type"
153+
"--group=type",
154154
f"--python={session.virtualenv.location}",
155155
env={"UV_PROJECT_ENVIRONMENT": session.virtualenv.location},
156156
)

0 commit comments

Comments
 (0)