Skip to content

Commit a5601a9

Browse files
committed
fix: remove pointless default nox session that didn't exist
1 parent 3ceceff commit a5601a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,3 @@ def release_template(session: Session):
176176
session.log("Template version bumped and tag created locally via Commitizen/uvx.")
177177
session.log("IMPORTANT: Push commits and tags to remote (`git push --follow-tags`) to trigger CD for the TEMPLATE.")
178178

179-
180-
# Default sessions to run if no arguments are given to Nox in the template repo.
181-
# Often includes core checks and potentially documentation build and/or template tests.
182-
nox.options.sessions = ["check", "docs"]

0 commit comments

Comments
 (0)