typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Authlib

Open BVMiko opened this issue 1 year ago • 4 comments

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.Any here, 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-stubs Looks like resolving this may involve changes to the test suite.

BVMiko avatar Sep 10 '24 18:09 BVMiko

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Sep 10 '24 18:09 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Sep 10 '24 18:09 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Sep 10 '24 21:09 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Sep 11 '24 03:09 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Oct 31 '24 15:10 github-actions[bot]

@BVMiko are you still working on this, or can I take over and make another PR that addresses the comments?

yangdanny97 avatar Nov 13 '24 22:11 yangdanny97