Run CI locally
Before pushing, run the same checks that CI performs.
All checks at once
Section titled “All checks at once”just check # format-check + lint + typecheck + testIndividual checks
Section titled “Individual checks”just lint # Ruff lintingjust format-check # Code and markdown formattingjust typecheck # mypy type checkingjust test # pytestFix issues
Section titled “Fix issues”just fix # Auto-format code/markdown + auto-fix lint issues