Hey I am using mypy which checks the src, however, I am getting this error.
"validators": module is installed, but missing library stubs or py.typed marker
[import-untyped]
import validators
^
Ref : missing py.typed
Is it a feature you hope to implement?