Fix license script for ftfy (#128138)

This commit is contained in:
Marc Mueller 2024-10-11 09:59:43 +02:00 committed by GitHub
parent 8ba14ef113
commit 19e7fdfdb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

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

View File

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