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 full suite of warnings to stubs parser from mypy #1819

Open
5 tasks
miratepuffin opened this issue Oct 14, 2024 · 0 comments
Open
5 tasks

Add full suite of warnings to stubs parser from mypy #1819

miratepuffin opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
CI/Actions Any issues relating to our GitHub actions Documentation Changes which need to be made to our documentation

Comments

@miratepuffin
Copy link
Collaborator

miratepuffin commented Oct 14, 2024

Need to add docs warns for several known issues which keep popping up, notably:

  • Warnings for no docs
  • Missing paramters + have a type + is a valid type
  • Missing return type if we have a return block.
  • Missing return
  • Run mypy against the tests (this checks that the functions being tested have the correct stubs)

Add these warnings to the CI, along with tidy check for python.

@miratepuffin miratepuffin added Documentation Changes which need to be made to our documentation CI/Actions Any issues relating to our GitHub actions labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Actions Any issues relating to our GitHub actions Documentation Changes which need to be made to our documentation
Projects
None yet
Development

No branches or pull requests

2 participants