From 81a1498dc906efbc5e2c3227a1cf45b1d77461d2 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 10 Sep 2023 10:55:13 +0200 Subject: [PATCH] Cloud: Add to pre-commit hooks --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8568d5c631..b02b867c31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ files: | src/Tools| tests/src| src/Mod/Assembly| + src/Mod/Cloud| src/Mod/Inspection| src/Mod/MeshPart| src/Mod/Points|