Skip to content

Commit 04af21b

Browse files
committed
consolidate install commands
1 parent 73e19dd commit 04af21b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def meta(session: nox.Session) -> None:
6464

6565
@nox.session
6666
def mypy(session: nox.Session) -> None:
67-
session.install(".[tests]")
68-
session.install("mypy")
67+
session.install(".[tests]", "mypy")
6968

7069
session.run("mypy")

0 commit comments

Comments
 (0)