Skip to content

Commit

Permalink
Adding types-pillow and types-tqdm to mypy session
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogenesAnalytics committed Nov 23, 2023
1 parent a57c745 commit 1bc90fa
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 @@ -139,7 +139,7 @@ def mypy(session: Session) -> None:
"""Type-check using mypy."""
args = session.posargs or ["src", "tests"]
session.install(".")
session.install("mypy", "pytest")
session.install("mypy", "pytest", "types-pillow", "types-tqdm")
session.run("mypy", *args)
if not session.posargs:
session.run("mypy", f"--python-executable={sys.executable}", "noxfile.py")
Expand Down

0 comments on commit 1bc90fa

Please sign in to comment.