We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ceceff commit a5601a9Copy full SHA for a5601a9
noxfile.py
@@ -176,7 +176,3 @@ def release_template(session: Session):
176
session.log("Template version bumped and tag created locally via Commitizen/uvx.")
177
session.log("IMPORTANT: Push commits and tags to remote (`git push --follow-tags`) to trigger CD for the TEMPLATE.")
178
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