Skip to content

Commit

Permalink
do not run black on the legacy_checkids.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Dec 24, 2024
1 parent d08a8e9 commit 555d55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ extend-exclude = '''
# in the root of the project. Separate regexes with | .
(
.*_pb2.py # exclude autogenerated Protocol Buffer files anywhere in the project
|^/Lib/fontbakery/legacy_checkids.py
)
'''

Expand Down

0 comments on commit 555d55f

Please sign in to comment.