Skip to content

Line length violations #53

@gb119

Description

@gb119

Description:

Some lines exceed the 119 character limit specified in pyproject.toml:

[tool.black]
line-length = 119

Impact:

  • 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 119

Additional Recommendation:

Add pre-commit hooks to prevent future violations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code-qualityCode functions but be clearer or more efficientgood first issueGood for newcomersstyleCode style issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions