1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

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
2 changed files with 3 additions and 1 deletions

View File

@@ -167,6 +167,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 = {