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
We are considering using this library in production, as we really like its internal implementation, and for the most part the external interface works well for us. However, there is one issue: we don’t use third-party libraries without a strict MyPy configuration or Stubs.
So my question is: do you plan to tighten the MyPy config?
The thing is, there are quite a few places in the code where not only is the type typing.Any explicitly used, but in some cases type hints are missing altogether.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
We are considering using this library in production, as we really like its internal implementation, and for the most part the external interface works well for us. However, there is one issue: we don’t use third-party libraries without a strict MyPy configuration or Stubs.
So my question is: do you plan to tighten the MyPy config?
The thing is, there are quite a few places in the code where not only is the type typing.Any explicitly used, but in some cases type hints are missing altogether.
i`ll give some examples:
middlewares: tuple = (),not provided types of tuplesnot return type
-> Noneno any types
Beta Was this translation helpful? Give feedback.
All reactions