Skip to content

Commit

Permalink
Remove comments used as section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy committed May 9, 2024
1 parent f454ee0 commit b3d6ce4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def requirements(session):
)


# Environments for building documentation

sphinx_commands = (
"sphinx-build",
"docs/",
Expand Down Expand Up @@ -148,9 +146,6 @@ def linkcheck(session):
session.run(*sphinx_commands, *check_hyperlinks, *session.posargs)


# Environments for static type checking


@nox.session
def mypy(session):
"""Perform static type checking with mypy."""
Expand Down

0 comments on commit b3d6ce4

Please sign in to comment.