Skip to content

Switch from black to ruff format#245

Merged
nwoodruff-co merged 1 commit intomainfrom
switch-to-ruff
Mar 10, 2026
Merged

Switch from black to ruff format#245
nwoodruff-co merged 1 commit intomainfrom
switch-to-ruff

Conversation

@MaxGhenis
Copy link
Contributor

Summary

  • Remove black dependency from pyproject.toml dev extras, bump ruff to >=0.9.0
  • Remove [tool.black] config section; set [tool.ruff] line-length = 88
  • Add ruff format --check . step to both CI workflows (pr_code_changes.yaml and code_changes.yaml)
  • Reformat all Python files with ruff format .

Test plan

  • ruff format --check . passes
  • ruff check . passes
  • CI lint and test jobs pass

🤖 Generated with Claude Code

Replace black with ruff format for code formatting. Update pyproject.toml
to remove black dependency and [tool.black] section, bump ruff to >=0.9.0,
set line-length to 88. Add ruff format --check to CI workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nwoodruff-co nwoodruff-co merged commit de5bc8b into main Mar 10, 2026
4 checks passed
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.

2 participants