1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Exempt wsproto from license check (#156418)

This commit is contained in:
TheJulianJES
2025-11-12 08:45:11 +01:00
committed by GitHub
parent 303e4ce961
commit 98fd0ee683
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -203,6 +203,7 @@ EXCEPTIONS = {
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt
"wsproto", # https://github.com/python-hyper/wsproto/pull/194
}
# fmt: off