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
Can we return an error when a function is called while not respecting the declared typing. Using pydantic or beartype, but with minimal modification of the code ?
This will enable to remove all existing typing check in code and unit tests
Can we return an error when a function is called while not respecting the declared typing. Using pydantic or beartype, but with minimal modification of the code ?
This will enable to remove all existing typing check in code and unit tests