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

add mypy strict type checks to ci pipeline #615

Open
ekneg54 opened this issue Jun 20, 2024 · 0 comments
Open

add mypy strict type checks to ci pipeline #615

ekneg54 opened this issue Jun 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ekneg54
Copy link
Collaborator

ekneg54 commented Jun 20, 2024

Is your feature request related to a problem? Please describe.

As a performance hungry application it could be very useful for performance improving measures like mypyc, pypy, numba or rewrites in rust to have a relative good typed code.
our performance hunger does not permit to check all inputs in functions and methods, so this should be enforced and checkt way before our code hits a production environment.

Describe the solution you'd like

we should implement mypy to enforce strict typing and type checks in the ci pipeline.
At first we should enforce that touched files in a PR should be consequently typed.

Describe alternatives you've considered

none

Additional context

none

@ekneg54 ekneg54 added enhancement New feature or request good first issue Good for newcomers labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant