Skip to content

feat: add pre-commit configuration for code quality automation #1

@RogueTex

Description

@RogueTex

The repository currently has CI via GitHub Actions but no pre-commit hooks for local development. Adding a .pre-commit-config.yaml with ruff (linting + formatting) and mypy (type checking) hooks would:

  • Catch issues before they reach CI
    • Ensure consistent code style locally
      • Speed up the feedback loop for contributors
        Proposed hooks:
  • ruff for linting with auto-fix
    • ruff-format for formatting
      • mypy for type checking

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions