We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
irc
1 parent 8026364 commit fbc5df8Copy full SHA for fbc5df8
1 file changed
src/validators/url.py
@@ -44,7 +44,7 @@ def _validate_scheme(value: str):
44
# fmt: off
45
in {
46
"ftp", "ftps", "git", "http", "https",
47
- "rtmp", "rtmps", "rtsp", "sftp",
+ "irc", "rtmp", "rtmps", "rtsp", "sftp",
48
"ssh", "telnet",
49
}
50
# fmt: on
0 commit comments