Skip to content

Run CI locally

Before pushing, run the same checks that CI performs.

Terminal window
just check # format-check + lint + typecheck + test
Terminal window
just lint # Ruff linting
just format-check # Code and markdown formatting
just typecheck # mypy type checking
just test # pytest
Terminal window
just fix # Auto-format code/markdown + auto-fix lint issues