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
Considering dropping validators library as a requirement. I have reservations about using the libraries validators or validators-collection. The lengths that those libraries go to are much more than should be for validators.get. I think using a simple test such as string.startswith("http://", "https://") would be more appropriate.
Also, adding a timeout for requests.get() call.
The text was updated successfully, but these errors were encountered:
Considering dropping
validators
library as a requirement. I have reservations about using the librariesvalidators
orvalidators-collection
. The lengths that those libraries go to are much more than should be for validators.get. I think using a simple test such asstring.startswith("http://", "https://")
would be more appropriate.Also, adding a timeout for requests.get() call.
The text was updated successfully, but these errors were encountered: