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

helpful mypy type annotation checking #56

Open
3 tasks
richard-lane opened this issue Dec 20, 2024 · 0 comments
Open
3 tasks

helpful mypy type annotation checking #56

richard-lane opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers testing

Comments

@richard-lane
Copy link
Member

At the moment most things are type annotated, but there's no checks for consistency or that the type hinting is complete.

We want to:

  • Create a mypy config file which:
  • Checks that the type annotations in the code we've written are consistent with each other and match the actual return type
  • Doesn't check for unecessary things that are annoying
  • Make it work on the existing code
  • Add a github action (in the linting step) that performs the type checking automatically on every push
@richard-lane richard-lane added enhancement New feature or request good first issue Good for newcomers testing labels Dec 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 testing
Projects
None yet
Development

No branches or pull requests

1 participant