From 7bdd755414843cefe0de5db222832ebf1dfaa6d8 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 27 Dec 2023 21:27:16 +0200 Subject: [PATCH] Add black config to exclude harfbuzz subproject dir --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f7e9ea1..abda91d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,3 +37,6 @@ CFLAGS = "-g0" select = "*-musllinux*" before-all = "apk add ccache" environment = {CC = "/usr/lib/ccache/bin/gcc"} + +[tool.black] +extend-exclude = "harfbuzz"