Skip to content

deprecate basedmypy and remove a bunch of dead stubs#129

Draft
KotlinIsland wants to merge 1 commit into
typeddjango:masterfrom
KotlinIsland:deprecate-basedmypy
Draft

deprecate basedmypy and remove a bunch of dead stubs#129
KotlinIsland wants to merge 1 commit into
typeddjango:masterfrom
KotlinIsland:deprecate-basedmypy

Conversation

@KotlinIsland
Copy link
Copy Markdown
Contributor

fixes: #124

Copy link
Copy Markdown
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Please, fix the CI

@cleder
Copy link
Copy Markdown
Contributor

cleder commented May 26, 2026

Is the typing-stubs section still useful?
I hardly use this list to find them.
Tools like typeforce or mypy --install-types should be able to automate this.

@sobolevn
Copy link
Copy Markdown
Member

Yes, let's remove all stubs except major ones like django-stubs, typeshed and maybe something else :)

Comment thread README.md
- [asgiref](https://github.com/django/asgiref) - ASGI specification, provides [asgiref.typing](https://github.com/django/asgiref/blob/main/asgiref/typing.py) module with type annotations for ASGI servers.
- [boto3-stubs](https://vemel.github.io/boto3_stubs_docs/) - Stubs for [boto3](https://github.com/boto/boto3).
- [botostubs](https://github.com/jeshan/botostubs) - Gives you code assistance for any boto3 API in any IDE.
- [jax-typing](...)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [jax-typing](...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

"Stub packages" contain a lot of obsolete projects

4 participants