Skip to content

Commit

Permalink
Update mypy as well
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 3, 2024
1 parent 43fd347 commit d057aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
]

stubs_deps = [
"mypy==1.8.0",
"mypy==1.11.2",
"typing-extensions",
]

def install_rustworkx(session):
session.install(*deps)
session.install(".[all]", "-c", "constraints.txt")
session.install(".", "-c", "constraints.txt")

# We define a common base such that -e test triggers a test with the current
# Python version of the interpreter and -e test_with_version launches
Expand Down

0 comments on commit d057aa2

Please sign in to comment.