From 0168d5335d28c2accf1266ef3937757db97d8964 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Wed, 21 May 2025 11:36:17 +0000 Subject: [PATCH] Update link --- pylint/plugins/hass_enforce_greek_micro_char.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/plugins/hass_enforce_greek_micro_char.py b/pylint/plugins/hass_enforce_greek_micro_char.py index c1488a22fd0..b713aa84fb8 100644 --- a/pylint/plugins/hass_enforce_greek_micro_char.py +++ b/pylint/plugins/hass_enforce_greek_micro_char.py @@ -16,7 +16,7 @@ class HassEnforceGreekMicroCharChecker(BaseChecker): "W7452": ( "Constants with a micro unit prefix must be encode mu as U+03BC (\u03bc), not as U+00B5 (\u00b5)", "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/Micro-#Symbol_encoding_in_character_sets), the Greek letter character is preferred.", ), } options = ()