Skip to content

Commit

Permalink
markFeatureWriter.py: mute flake8 B023
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jul 6, 2022
1 parent 3321ca6 commit c57e29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/featureWriters/markFeatureWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def _groupAttachments(self, attachments):
# We keep the NamedAnchor if the markClass is allowed in the
# current lookup.
def include(anchor):
return anchor.markClass.name in markClasses
return anchor.markClass.name in markClasses # noqa: B023

filteredAttachment = attachment.filter(include)
if filteredAttachment:
Expand Down

0 comments on commit c57e29a

Please sign in to comment.