-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
code-qualityCode functions but be clearer or more efficientCode functions but be clearer or more efficientgood first issueGood for newcomersGood for newcomersstyleCode style issuesCode style issues
Description
Description:
Some lines exceed the 119 character limit specified in pyproject.toml:
[tool.black]
line-length = 119Impact:
- Minor readability issues on smaller screens
- Inconsistent with project standards
- May cause unnecessary diff churn when eventually formatted
Recommended Fix:
Run black formatter across the codebase:
python -m black src/ tests/ --line-length 119Additional Recommendation:
Add pre-commit hooks to prevent future violations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-qualityCode functions but be clearer or more efficientCode functions but be clearer or more efficientgood first issueGood for newcomersGood for newcomersstyleCode style issuesCode style issues