Added missing .inferconfig

This commit is contained in:
Georg Richter 2026-07-22 19:56:57 +02:00
parent 534abcbf92
commit 05fca86b52

6
.inferconfig Normal file
View file

@ -0,0 +1,6 @@
{
"skip-analysis-in-path": [
".*unittest.*",
".*external.*"
]
}