From 34d3a94e8993577032d486e7b08a6aeb70e87271 Mon Sep 17 00:00:00 2001 From: Bram Stein Date: Thu, 31 Aug 2023 11:40:21 +0200 Subject: [PATCH] Satisfy flake8. --- Lib/fontbakery/profiles/ufo_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontbakery/profiles/ufo_sources.py b/Lib/fontbakery/profiles/ufo_sources.py index de00111605..42005a47cd 100644 --- a/Lib/fontbakery/profiles/ufo_sources.py +++ b/Lib/fontbakery/profiles/ufo_sources.py @@ -336,7 +336,7 @@ def com_thetypefounders_check_features_default_languagesystem(ufo_font): else: tags = re.findall( # pylint: disable-next=line-too-long - r"languagesystem\s+([A-Za-z0-9\._!$%&*+:?^'|~]{1,4})\s+([A-Za-z0-9\._!$%&*+:?^'|~]{1,4})", + r"languagesystem\s+([A-Za-z0-9\._!$%&*+:?^'|~]{1,4})\s+([A-Za-z0-9\._!$%&*+:?^'|~]{1,4})", # noqa E501 ufo_font.features.text, )