Skip to content

Conversation

@mattdawkins
Copy link
Member

Summary

  • Standardize line-length to 100 across all formatting/linting tools
  • Previously Black used 100, isort used 90, and flake8 used 88
  • This inconsistency could cause flake8 to flag lines that Black considers valid

Changes

Tool Before After
Black (.pre-commit-config.yaml) 100 100 (unchanged)
isort (setup.cfg) 90 100
flake8 (.flake8) 88 100

Test plan

  • Run pre-commit run --all-files and verify no new lint errors

🤖 Generated with Claude Code

Black was configured for 100, isort for 90, and flake8 for 88. This
inconsistency could cause flake8 to flag lines that Black considers
valid. Standardize all three tools to 100.

Co-Authored-By: Claude Opus 4.5 <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