From 5f6dc4ac4cc0b86f190f92fcec55dccd7ba52c67 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Fri, 27 Mar 2026 17:21:25 +0100 Subject: [PATCH] Add .venv to list of path exclusions --- bin/clang-format-fix.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/clang-format-fix.ps1 b/bin/clang-format-fix.ps1 index 9eae1715..f90a81b7 100644 --- a/bin/clang-format-fix.ps1 +++ b/bin/clang-format-fix.ps1 @@ -97,6 +97,7 @@ $exclude = @( 'lib\Epub\Epub\hyphenation\generated' 'lib\uzlib' '.pio' + '.venv' ) function Test-Excluded($fullPath) {