Skip to content

Commit c98d478

Browse files
committed
Adjust mypy exclusions for .model.material
Don't ignore errors in files from #345, #361
1 parent 563840f commit c98d478

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,14 @@ files = [
117117
[[tool.mypy.overrides]]
118118
module = [
119119
# TODO Satisfy mypy in the following
120-
"message_ix_models.model.material.*",
120+
"message_ix_models.model.material.build",
121+
"message_ix_models.model.material.data_ammonia_new",
122+
"message_ix_models.model.material.data_generic",
123+
"message_ix_models.model.material.data_petro",
124+
"message_ix_models.model.material.data_steel",
125+
"message_ix_models.model.material.data_util",
126+
"message_ix_models.model.material.material_demand.*",
127+
"message_ix_models.model.material.util",
121128
"message_ix_models.model.water.*",
122129
# Legacy codes that may not be type hinted
123130
"message_ix_models.report.legacy.*",

0 commit comments

Comments
 (0)