Skip to content

Commit

Permalink
Remove type-check dependency (#523)
Browse files Browse the repository at this point in the history
* We don't need types-setuptools anymore

* News fragment
  • Loading branch information
hynek committed Jun 18, 2023
1 parent 2be422e commit 3cef9a1
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -55,7 +55,7 @@ def check_newsfragment(session: nox.Session) -> None:

@nox.session
def typecheck(session: nox.Session) -> None:
session.install(".", "mypy", "types-setuptools")
session.install(".", "mypy")
session.run("mypy", "src")


Expand Down
Empty file.

0 comments on commit 3cef9a1

Please sign in to comment.