mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix license script for ftfy (#128138)
This commit is contained in:
parent
8ba14ef113
commit
19e7fdfdb0
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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"
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user