Skip to content

Commit 472479a

Browse files
committed
chore: add line to ensure ruff format passes in generated project
1 parent 8dd2951 commit 472479a

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
@@ -199,6 +199,7 @@ def docs_build(session: Session) -> None:
199199
session.log("Building documentation.")
200200
session.run("sphinx-build", "-b", "html", "docs", str(docs_build_dir), "-W")
201201

202+
202203
@nox.session(python=DEFAULT_PYTHON_VERSION, name="docs", tags=[DOCS, BUILD])
203204
def docs(session: Session) -> None:
204205
"""Build and serve the project documentation (Sphinx)."""

0 commit comments

Comments
 (0)