Skip to content

Commit fbc5df8

Browse files
committed
feat: irc url scheme is supported
1 parent 8026364 commit fbc5df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validators/url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _validate_scheme(value: str):
4444
# fmt: off
4545
in {
4646
"ftp", "ftps", "git", "http", "https",
47-
"rtmp", "rtmps", "rtsp", "sftp",
47+
"irc", "rtmp", "rtmps", "rtsp", "sftp",
4848
"ssh", "telnet",
4949
}
5050
# fmt: on

0 commit comments

Comments
 (0)