MCPcopy Index your code
hub / github.com/pyca/bcrypt / mypy

Function mypy

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

Source from the content-addressed store, hash-verified

26
27@nox.session
28def mypy(session: nox.Session) -> None:
29 session.install("mypy")
30 session.install(".[tests]")
31
32 session.run("mypy", "tests/")
33
34
35@nox.session

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected