mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 02:58:23 +00:00
Update pylint/plugins/hass_enforce_greek_micro_char.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
de97716913
commit
de1fa6192b
@ -14,7 +14,7 @@ class HassEnforceGreekMicroCharChecker(BaseChecker):
|
|||||||
priority = -1
|
priority = -1
|
||||||
msgs = {
|
msgs = {
|
||||||
"W7452": (
|
"W7452": (
|
||||||
"Constants with the mico sign must be encoded as U+03BC (\u03bc), not as U+00B5 (\u00b5)",
|
"Constants with a micro unit prefix must be encode mu as U+03BC (\u03bc), not as U+00B5 (\u00b5)",
|
||||||
"hass-enforce-greek-micro-char",
|
"hass-enforce-greek-micro-char",
|
||||||
"According to [The Unicode Consortium](https://en.wikipedia.org/wiki/Unicode_Consortium), the Greek letter character is preferred [10].",
|
"According to [The Unicode Consortium](https://en.wikipedia.org/wiki/Unicode_Consortium), the Greek letter character is preferred [10].",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user