Skip to content

Commit afd66e9

Browse files
committed
Excludes legacy models from type checking
Updates the pyright configuration to exclude the legacy models directory from type checking.
1 parent 1434730 commit afd66e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
],
2222
"exclude": [
23-
"tools/legacy",
23+
"tools/mtmd/legacy-models",
2424
"tests"
2525
]
2626
}

0 commit comments

Comments
 (0)