move exclude_patterns to top level

This commit is contained in:
2025-09-20 14:28:55 -05:00
parent 4754fed238
commit fc5396f91d

View File

@@ -1,5 +1,9 @@
version = 1
exclude_patterns = [
"tests/**"
]
[[analyzers]]
name = "python"
@@ -8,6 +12,3 @@ name = "python"
[[analyzers]]
name = "docker"
[exclude_patterns]
paths = ["tests/**"]