mirror of
https://github.com/esphome/esphome.git
synced 2025-10-18 09:43:47 +01:00
@@ -501,7 +501,7 @@ def lint_constants_usage():
|
|||||||
continue
|
continue
|
||||||
errs.append(
|
errs.append(
|
||||||
f"Constant {highlight(constant)} is defined in {len(uses)} files. Please move all definitions of the "
|
f"Constant {highlight(constant)} is defined in {len(uses)} files. Please move all definitions of the "
|
||||||
f"constant to const.py (Uses: {', '.join(uses)}) in a separate PR. "
|
f"constant to const.py (Uses: {', '.join(str(u) for u in uses)}) in a separate PR. "
|
||||||
"See https://developers.esphome.io/contributing/code/#python"
|
"See https://developers.esphome.io/contributing/code/#python"
|
||||||
)
|
)
|
||||||
return errs
|
return errs
|
||||||
|
Reference in New Issue
Block a user