Skip to main content
Version: 2.0 (deprecated)

Goals

Details on the Python-related goals implemented in the Python backend.


  • fmt: autoformat source code.
  • lint: lint source code.
  • repl: open a REPL (standard shell or IPython).
  • run: run an executable or script.
  • package: package your code into an asset, e.g. a wheel or a PEX file.
  • test: run tests with Pytest.
  • typecheck: run MyPy.