From f69bd694ba481563c980e09fae41b60c0ecea4fc Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 21 Apr 2022 20:07:46 +0200 Subject: [PATCH] tools/codeformat: Exclude generated test scripts. --- tools/codeformat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/codeformat.py b/tools/codeformat.py index 782ca20b7..27b5999c5 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -29,6 +29,7 @@ "bricks/nxt/nxt-firmware-drivers/**", "bricks/**/build*/**", "micropython/**", + "tests/**/build/**", ] codeformat.TOP = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))