Skip to content

Commit 152fd85

Browse files
committed
🐛 exclude subprojects from black
Signed-off-by: rjdbcm <rjdbcm@outlook.com>
1 parent 848b5ba commit 152fd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ignore_nosec = true
112112
verbose = true
113113

114114
[tool.black]
115-
extend-exclude = "(\\.pyi|venv|meson-private)"
115+
extend-exclude = "(\\.pyi|venv|meson-private|subprojects)"
116116
line-length = 93
117117

118118
[tool.coverage.report]

0 commit comments

Comments
 (0)