Skip to content

Commit

Permalink
ci: Update ci format
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Aug 30, 2022
1 parent dadbff7 commit 78ee6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"safety",
# "mypy",
"tests",
# "typeguard",
# "typeguard",
"xdoctest",
"docs-build",
)
Expand Down Expand Up @@ -165,7 +165,7 @@ def tests(session: Session) -> None:
session.notify("coverage", posargs=[])


@session(python=python_versions)
@session(python=python_versions[2])
def coverage(session: Session) -> None:
"""Produce the coverage report."""
args = session.posargs or ["report"]
Expand Down

0 comments on commit 78ee6fe

Please sign in to comment.