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 as an optional code quality checker #436

Open
hillairet opened this issue Dec 18, 2024 · 0 comments
Open

Add mypy as an optional code quality checker #436

hillairet opened this issue Dec 18, 2024 · 0 comments

Comments

@hillairet
Copy link
Member

hillairet commented Dec 18, 2024

We have identified mypy as a good way to improve code quality in a project.
However, enforcing a type checker can be cumbersome for smaller projects, and therefore mypy should remain an option at least for now.

One big requirement is to guarantee than mypy returns no errors after a project has been generated because starting a project with many typing errors is not something anybody wants.
So maybe the best thing is to add mypy as an option with some warning at first, then fix all the typing errors before removing the warning.

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

No branches or pull requests

1 participant