Fix license script for ftfy (#128138)

This commit is contained in:
Marc Mueller
2024-10-11 09:59:43 +02:00
committed by Franck Nijhof
parent 3e2edc1a2d
commit 773564d4f5
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ on:
type: boolean
env:
CACHE_VERSION: 10
CACHE_VERSION: 11
UV_CACHE_VERSION: 1
MYPY_CACHE_VERSION: 9
HA_SHORT_VERSION: "2024.10"

View File

@@ -165,6 +165,8 @@ EXCEPTIONS = {
"tapsaff", # https://github.com/bazwilliams/python-taps-aff/pull/5
"vincenty", # Public domain
"zeversolar", # https://github.com/kvanzuijlen/zeversolar/pull/46
# Using License-Expression (with hatchling)
"ftfy", # Apache-2.0
}
TODO = {