Skip to content

Code Style

UPIR follows standard Python conventions.


Formatting

  • black for code formatting
  • isort for import sorting
  • Type hints throughout

See Also