Except ujson from license check (#150980)

This commit is contained in:
Erik Montnemery
2025-08-21 10:33:37 +02:00
committed by GitHub
parent f9575a3b2f
commit f8a8fb516b
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -202,6 +202,7 @@ EXCEPTIONS = {
"pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6 "pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6
"sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14 "sharp_aquos_rc", # https://github.com/jmoore987/sharp_aquos_rc/pull/14
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5 "tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"ujson", # https://github.com/ultrajson/ultrajson/blob/main/LICENSE.txt
} }
# fmt: off # fmt: off