Skip to content

Commit

Permalink
Satisfy flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstein committed Aug 31, 2023
1 parent 6e2f579 commit 34d3a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/fontbakery/profiles/ufo_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 34d3a94

Please sign in to comment.