Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit 9a927c1

Browse files
author
staticdev
committed
Pre-commit and lock
1 parent e572ffd commit 9a927c1

2 files changed

Lines changed: 532 additions & 432 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def mypy(session: Session) -> None:
113113
session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
114114

115115

116-
117116
@nox.session(python=python_versions)
118117
def tests(session: Session) -> None:
119118
"""Run the test suite."""
@@ -125,6 +124,7 @@ def tests(session: Session) -> None:
125124
if session.interactive:
126125
session.notify("coverage")
127126

127+
128128
@nox.session
129129
def coverage(session: Session) -> None:
130130
"""Produce the coverage report."""

0 commit comments

Comments
 (0)