Skip to content

Conversation

@basnijholt
Copy link
Owner

Summary

  • Replace black with ruff-format in pre-commit
  • Set line-length to 120 (was 88 for black, 150 for ruff)
  • Migrate to ruff.lint.* config sections (fixes deprecation warnings)
  • Remove deprecated rule ignores (ANN101, PD901)
  • Add formatter-conflicting rules to ignore (COM812, D203, D213)

Test plan

  • All pre-commit hooks pass
  • All 38 tests pass with 100% coverage

- Replace black with ruff-format in pre-commit
- Set line-length to 120
- Migrate to ruff.lint.* config sections
- Remove deprecated rule ignores (ANN101, PD901)
- Add formatter-conflicting rules to ignore (COM812, D203, D213)
@basnijholt basnijholt merged commit 9243351 into main Jan 14, 2026
14 checks passed
@basnijholt basnijholt deleted the ruff-format-100-chars branch January 14, 2026 18:07
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