Conversation
Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
|
👋 Thank you for your draft pull request! Do you know that you can use |
| [[tool.mypy.overrides]] | ||
| module = [ | ||
| "astropy/logger", | ||
| "*/_erfa/*", |
There was a problem hiding this comment.
I think this can be simplified to "astropy/_erfa/*", and similarly for the other modules.
|
Hi humans 👋 - this pull request hasn't had any new commits for approximately 4 months. I plan to close this in 30 days if the pull request doesn't have any new commits by then. In lieu of a stalled pull request, please consider closing this and open an issue instead if a reminder is needed to revisit in the future. Maintainers may also choose to add keep-open label to keep this PR open but it is discouraged unless absolutely necessary. If this PR still needs to be reviewed, as an author, you can rebase it to reset the clock. If you believe I commented on this pull request incorrectly, please report this here. |
A
mypyconfiguration where all folders are ignored.As a sub-package adds type hints the module may be removed from the top
[[tool.mypy.overrides]]that ignores all errors and sub-package specific settings added in a new[[tool.mypy.overrides]], below.e.g.
todo:
If anyone is familiar with setting up a mypy configuration, please suggest improvements!
Non-goals
Goals
have a quality setup that:
Checklist for package maintainer(s)