MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_pep484

Function test_pep484

noxfile.py:327–338  ·  view source on GitHub ↗

Run mypy type checking.

(session: nox.Session)

Source from the content-addressed store, hash-verified

325
326@nox.session(name="pep484")
327def test_pep484(session: nox.Session) -> None:
328 """Run mypy type checking."""
329
330 session.install(*nox.project.dependency_groups(pyproject, "mypy"))
331
332 session.install("-e", ".")
333
334 session.run(
335 "mypy",
336 "noxfile.py",
337 "./lib/sqlalchemy",
338 )
339
340
341@nox.session(name="mypy", python="3.14")

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected