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