We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3da79d commit e78beaaCopy full SHA for e78beaa
pyproject.toml
@@ -117,7 +117,14 @@ files = [
117
[[tool.mypy.overrides]]
118
module = [
119
# TODO Satisfy mypy in the following
120
- "message_ix_models.model.material.*",
+ "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",
128
"message_ix_models.model.water.*",
129
# Legacy codes that may not be type hinted
130
"message_ix_models.report.legacy.*",
0 commit comments