From c9d7dec3eafaeb3ad6c249fcf75265d8409835f5 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 19 Sep 2021 23:37:06 -0400 Subject: [PATCH] Repair black exclude for build directory Signed-off-by: Peter Grayson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6ddc45..3e7bfc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ exclude = ''' ( \/\..*$ | \/cmdlist\.py - | \/build$ + | \/build\/ | \/dist ) ''' -- 2.11.4.GIT