You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from #563 where we merged type stubs. Add type coverage for tests, benchmarks, etc.
What solution would you like?
Edit noxfile, fix type errors.
+++b/noxfile.py@@ -82,7+82,7 @@ deflint(session) ->None:# Run mypy on the package and then the type examples separately for# the two different mypy use-cases, ourselves and our users.-session.run("mypy", "--strict", "opensearchpy/")+session.run("mypy", "--strict", *SOURCE_FILES)
session.run("mypy", "--strict", "test_opensearchpy/test_types/sync_types.py")
session.run("mypy", "--strict", "test_opensearchpy/test_types/async_types.py")
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?'
Coming from #563 where we merged type stubs. Add type coverage for tests, benchmarks, etc.
What solution would you like?
Edit noxfile, fix type errors.
The text was updated successfully, but these errors were encountered: