Authlib
Stubs for https://github.com/lepture/authlib
There's ~200 files being stubbed, and I'm only using ~30 of them; so most of it has been unmodified from the base stubgen created entries.
There are a few notable things:
- There are quite a few usages of
typing.Anyhere, the project provides some overridable methods which use custom classes. - Also, when running the pytype tests it's throwing:
importlib.metadata.PackageNotFoundError: No package metadata was found for django-stubsLooks like resolving this may involve changes to the test suite.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
@BVMiko are you still working on this, or can I take over and make another PR that addresses the comments?