chore: add new required type packages for mypy#1505
chore: add new required type packages for mypy#1505nejch merged 1 commit intopython-gitlab:masterfrom JohnVillalovos:jlvillal/mypy-deps
Conversation
New version of mypy flagged errors for missing types. Install the recommended type-* packages that resolve the issues.
|
Interesting thing. Seems like that's kind of a mess. So every package has to kinda publish another package with |
These |
|
Other projects are having to do the same thing. Example: https://gitlab.com/cki-project/cki-lib/-/merge_requests/278 |
nejch
left a comment
There was a problem hiding this comment.
I guess since we will never have many dependencies for the package itself this shouldn't get out of control and renovate should keep it tidy for us at least for now.
New version of mypy flagged errors for missing types. Install the
recommended type-* packages that resolve the issues.
PR #1504 will fail until this is merged.