mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
auth0-python solve stubtest_allowlist entries (#13827)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Omit tests
|
||||
auth0\.test.*
|
||||
|
||||
# Omit _async functions because they aren't present in the code
|
||||
# Omit _async functions because they aren't present at runtime
|
||||
# The way these stubs are currently implemented is that we pretend all classes have async methods
|
||||
# Even though in reality, users need to call `auth0.asyncify.asyncify` to generate async subclasses
|
||||
auth0\..*_async
|
||||
|
||||
# Inconsistently implemented, ommitted
|
||||
auth0.management.Auth0\..*
|
||||
auth0.rest_async.AsyncRestClient.file_post
|
||||
auth0.authentication.async_token_verifier.AsyncTokenVerifier.verify
|
||||
auth0\.management\.Auth0\..*
|
||||
|
||||
Reference in New Issue
Block a user