Skip to content

Commit

Permalink
Add black config to exclude harfbuzz subproject dir
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 27, 2023
1 parent 6fab50d commit 7bdd755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7bdd755

Please sign in to comment.