Skip to content

Add ruff formatter#750

Merged
MaxGhenis merged 1 commit intomainfrom
add-ruff
Mar 7, 2026
Merged

Add ruff formatter#750
MaxGhenis merged 1 commit intomainfrom
add-ruff

Conversation

@MaxGhenis
Copy link
Contributor

Summary

  • Adds ruff>=0.9.0 to dev dependencies in pyproject.toml
  • Adds make format target to Makefile
  • Adds ruff format --check . lint job to CI workflow
  • Formats all Python files with ruff defaults (15 files reformatted)

Test plan

  • ruff format --check . passes locally
  • CI lint job passes
  • Existing tests still pass

Generated with Claude Code

Formats all Python files with ruff, adds ruff>=0.9.0 to dev dependencies,
adds a `ruff format --check .` CI step, and a `make format` target.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
policyengine-taxsim Ready Ready Preview, Comment Mar 7, 2026 1:59pm

Request Review

@MaxGhenis MaxGhenis merged commit c369232 into main Mar 7, 2026
10 checks passed
@MaxGhenis MaxGhenis deleted the add-ruff branch March 7, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant