MCPcopy Create free account
hub / github.com/PyO3/setuptools-rust / mypy

Function mypy

noxfile.py:221–223  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

219
220@nox.session()
221def mypy(session: nox.Session):
222 session.install("mypy", "fat_macho", "types-setuptools", ".")
223 session.run("mypy", "setuptools_rust", *session.posargs)
224
225
226@nox.session()

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…