From 43bf5e952d95ce71b1803bb72d0ee96db6389a6b Mon Sep 17 00:00:00 2001 From: Qubasa Date: Wed, 9 Apr 2025 19:43:48 +0200 Subject: [PATCH] formatter.nix: Exclude **/.mypy_cache/* --- formatter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/formatter.nix b/formatter.nix index 235ee76af..23e78f9e7 100644 --- a/formatter.nix +++ b/formatter.nix @@ -38,6 +38,7 @@ # prettier messes up our mkdocs flavoured markdown "*.md" "**/node_modules/*" + "**/.mypy_cache/*" "checks/data-mesher/vars/*" "checks/lib/ssh/privkey"