Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure CI to automatically run MyPy type checks #545

Open
DonnchaC opened this issue Sep 30, 2024 · 0 comments
Open

Configure CI to automatically run MyPy type checks #545

DonnchaC opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@DonnchaC
Copy link
Collaborator

The MVT code is using the Python types feature but this is not currently being checked in CI. As a result many modules have invalid types when tested using MyPy.

We need to fix up the types and enable MyPy in CI once the build is passing.

@DonnchaC DonnchaC added the enhancement New feature or request label Sep 30, 2024
DonnchaC added a commit that referenced this issue Sep 30, 2024
MyPy checks should be renabled once the types are fixed in
#545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant