1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Exempt pyparsing from license check (#159605)

This commit is contained in:
TheJulianJES
2025-12-22 18:47:02 +01:00
committed by GitHub
parent c4386b4360
commit fe0c92b6c5
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ on:
type: boolean
env:
CACHE_VERSION: 2
CACHE_VERSION: 3
UV_CACHE_VERSION: 1
MYPY_CACHE_VERSION: 1
HA_SHORT_VERSION: "2026.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
"pyparsing", # MIT
}
# fmt: off