Skip to content

Commit 2873c45

Browse files
committed
add deepdiff type ignore
1 parent f3db745 commit 2873c45

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

poetry.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ show_error_context = true
8686
#ignore_missing_imports = true
8787

8888
[[tool.mypy.overrides]]
89-
module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator"]
89+
module = ["shapely.geometry", "stac_check.lint", "stac_validator.stac_validator", "deepdiff"]
9090
ignore_missing_imports = true
9191

9292
[build-system]

0 commit comments

Comments
 (0)