Skip to content

Commit ea96dc6

Browse files
ignore the new python file for pyright type checking .. too many issues to fix/add type ignore
1 parent 9baa8b5 commit ea96dc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ include = [
123123
]
124124
exclude = [
125125
"src/mlfmu/fmu_build/cppfmu",
126+
"examples/wind_generator/ml_model/",
127+
"examples/wind_to_power/ml_model/",
126128
]
127129

128130
typeCheckingMode = "basic"

0 commit comments

Comments
 (0)