From 555d55f0ffcc1f7f5b29b483719bd0caf4821fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 24 Dec 2024 17:41:21 -0300 Subject: [PATCH] do not run black on the legacy_checkids.py file --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b64556553b..09b6cd94fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ) '''