Skip to content

Commit f02fd53

Browse files
committed
ignore missing types
1 parent 16fcd1e commit f02fd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ show_error_context = true
8484
#ignore_missing_imports = true
8585

8686
[[tool.mypy.overrides]]
87-
module = ["shapely.geometry"]
87+
module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator"]
8888
ignore_missing_imports = true
8989

9090
[build-system]

0 commit comments

Comments
 (0)