Skip to content

Commit

Permalink
Fixed formatting (black)
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 14, 2021
1 parent faab412 commit fe70a97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ def build_docs(session: Session):


@session(python=("3.7", "3.8", "3.9"))
@nox.parametrize("extras", [("trio", "uvloop"), ("diagrams", "trio", "uvloop")], ids=["none", "diagrams"])
@nox.parametrize(
"extras",
[("trio", "uvloop"), ("diagrams", "trio", "uvloop")],
ids=["none", "diagrams"],
)
def test(session: Session, extras) -> None:
"""Run the test suite."""
if extras:
Expand Down

0 comments on commit fe70a97

Please sign in to comment.