From e8bf90deaee078b2136dd31aafe565e6fc2235c8 Mon Sep 17 00:00:00 2001 From: Naramsim Date: Thu, 6 Jun 2024 08:09:25 +0200 Subject: [PATCH] fix: black excude regex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3dfec98..0bcb21de 100755 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ format: # Format the source code black . format-check: # Check the source code has been formatted - black . --check --exclude 'Resources/data.*' + black . --check --exclude 'Resources/scripts/.*' pull: git checkout master