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

github/workflows/lint: add mypy linting #15630

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

kasper93
Copy link
Contributor

@kasper93 kasper93 commented Jan 3, 2025

Not everything is typed in our scripts, but this is just to make sure
current code passes linting. More typing can be added in the future.

Copy link

github-actions bot commented Jan 3, 2025

Download the artifacts for this pull request:

Windows
macOS

To make mypy happy. PyQtGraph doesn't define types, so ignore those.
PyQt6 has types, but we use only one function from it, so to avoid
installing it, ignore it too.
Not everything is typed in our scripts, but this is just to make sure
current code passes linting. More typing can be added in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant