Skip to content

Switch from black to ruff format#285

Open
MaxGhenis wants to merge 2 commits intomainfrom
switch-to-ruff
Open

Switch from black to ruff format#285
MaxGhenis wants to merge 2 commits intomainfrom
switch-to-ruff

Conversation

@MaxGhenis
Copy link
Contributor

Summary

  • Replaced black with ruff as the code formatter across pyproject.toml dependencies, Makefile, and CI workflows
  • Configured ruff with line-length = 79 to match the existing black configuration
  • Ran ruff format . to reformat the codebase (22 files reformatted)
  • Only formatting, no lint rules added

Test plan

  • CI lint job passes with ruff format --check .
  • Existing tests unaffected by formatting changes

Generated with Claude Code

MaxGhenis and others added 2 commits March 5, 2026 21:26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove the explicit line-length = 79 setting from [tool.ruff] in
pyproject.toml and reformat all files with ruff's default of 88.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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