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 16fcd1e commit f02fd53Copy full SHA for f02fd53
pyproject.toml
@@ -84,7 +84,7 @@ show_error_context = true
84
#ignore_missing_imports = true
85
86
[[tool.mypy.overrides]]
87
-module = ["shapely.geometry"]
+module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator"]
88
ignore_missing_imports = true
89
90
[build-system]
0 commit comments