Skip to content

Switch from black to ruff format#24

Merged
MaxGhenis merged 1 commit intomasterfrom
switch-to-ruff
Mar 6, 2026
Merged

Switch from black to ruff format#24
MaxGhenis merged 1 commit intomasterfrom
switch-to-ruff

Conversation

@MaxGhenis
Copy link
Contributor

Summary

  • Replace black with ruff for code formatting across the project
  • Update dev dependencies in pyproject.toml (add ruff>=0.9.0)
  • Update Makefile format target: black . -l 79 -> ruff format .
  • Update CI workflows (pr.yaml, push.yaml): replace lgeiger/black-action with ruff format --check .
  • Reformat all files using ruff defaults (line-length 88)

Test plan

  • ruff format --check . passes
  • CI lint job passes with new ruff check

🤖 Generated with Claude Code

Replace black with ruff for code formatting in Makefile, CI workflows,
and dev dependencies. Reformat all files with ruff defaults.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@MaxGhenis MaxGhenis merged commit 30d958b into master Mar 6, 2026
10 checks passed
@MaxGhenis MaxGhenis deleted the switch-to-ruff branch March 6, 2026 13:30
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