Skip to content

pre-commit mypy hook missing third-party dependencies #322

@SashankBhamidi

Description

@SashankBhamidi

The mirrors-mypy hook in .pre-commit-config.yaml has additional_dependencies: [], so icalendar, x-wr-timezone, and typer are not installed in its isolated environment.

mypy silently skips type-checking those imports, meaning type errors in code that uses these packages go undetected in CI.

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