Skip to content

Commit 442b212

Browse files
swap types just command for nox
1 parent 36c6015 commit 442b212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ coverage:
5151
python -m nox --reuse-existing-virtualenvs --session "coverage"
5252

5353
types:
54-
python -m mypy .
54+
python -m nox --reuse-existing-virtualenvs --session "mypy"
5555

5656
##################
5757
# DJANGO #

0 commit comments

Comments
 (0)