MCPcopy Create free account
hub / github.com/PRQL/prql / typing

Function typing

prqlc/bindings/prqlc-python/noxfile.py:44–47  ·  view source on GitHub ↗

Check types with ty

(session: Session)

Source from the content-addressed store, hash-verified

42
43@nox.session(python=VERSIONS) # type: ignore[misc]
44def typing(session: Session) -> None:
45 """Check types with ty"""
46 _install_prqlc(session)
47 session.run("ty", "check")

Callers

nothing calls this directly

Calls 2

_install_prqlcFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected