Skip to content

Enable mypy and resolve typing issues in OTX library #5006

@leoll2

Description

@leoll2

mypy detects >1k typing violations In library/otx. These errors were previously undetected due to a misconfiguration of pre-commit, that would cause mypy not to follow some imports.

To show all the mypy errors, run:

cd library
uv run mypy .

The goal is to gradually resolve all the errors and re-enable mypy in CI.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions