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:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user