formatter.nix: Exclude **/.mypy_cache/*

This commit is contained in:
Qubasa
2025-04-09 19:43:48 +02:00
parent 134912e9d3
commit 43bf5e952d

View File

@@ -38,6 +38,7 @@
# prettier messes up our mkdocs flavoured markdown
"*.md"
"**/node_modules/*"
"**/.mypy_cache/*"
"checks/data-mesher/vars/*"
"checks/lib/ssh/privkey"