Except ujson from license check (#150980)

This commit is contained in:
Erik Montnemery
2025-08-21 10:33:37 +02:00
committed by Paulus Schoutsen
parent edc1989ff6
commit 71b2d46afd
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ on:
type: boolean
env:
CACHE_VERSION: 5
CACHE_VERSION: 6
UV_CACHE_VERSION: 1
MYPY_CACHE_VERSION: 1
HA_SHORT_VERSION: "2025.8"

View File

@@ -202,6 +202,7 @@ EXCEPTIONS = {
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
"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
}
# fmt: off