python-validators / validators

Python Data Validation for Humans™.
MIT License
977 stars 155 forks source link

Adds support for emojis and more IDNA URLs #161

Closed automationator closed 4 years ago

automationator commented 4 years ago

I found that the existing URL validator did not fully support certain IDNA URLs or emojis in URLs. This adds support for these while continuing to pass all existing tests.

kvesteri commented 4 years ago

Can you fix the flake8 errors?

automationator commented 4 years ago

They're fixed now, sorry about that.