Skip to content

Add code formatters #333

Open
Open
@andsimakov

Description

@andsimakov

Add code formatters

Description

Add minimal code formatting tools to enforce a consistent style across the codebase. Specifically:

  • Integrate black — a Python code formatter for enforcing uniform formatting.
  • Integrate isort — for automatically sorting and grouping imports.

Acceptance Criteria

  • pyproject.toml includes configuration for both black and isort
  • Existing code is reformatted (if necessary) to comply with formatter rules
  • Add formatters check to existing CI pipeline

Notes

  • Consider adding a pre-commit hook later (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions