MINOR: add reportExplicitAny = false for basedpyright (#18777)

This commit is contained in:
Imri Paran 2024-11-25 15:38:04 +01:00 committed by GitHub
parent 430791d840
commit c164aff561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,3 +280,4 @@ ignore = [
reportDeprecated = false
reportMissingTypeStubs = false
reportAny = false
reportExplicitAny = false