Skip to content

Commit

Permalink
add types extra to noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Sep 25, 2024
1 parent 4453be2 commit 40d72d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ def lint(session):

@nox.session
def mypy(session):
session.install("django-bird[dev] @ .")
session.install("django-bird[dev,types] @ .")
session.run("python", "-m", "mypy", ".")

0 comments on commit 40d72d0

Please sign in to comment.