Skip to content

Commit

Permalink
mypy ignore pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 19, 2024
1 parent 03caee1 commit c09daeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module = [
"pandas.*",
"pyarrow.*",
"pypgstac.*",
"pyproj.*",
"rich.*",
"shapely.*",
"tqdm.*",
Expand All @@ -78,4 +79,4 @@ ignore_missing_imports = true

[[tool.mypy.overrides]]
module = "stac_geoparquet.*"
disallow_untyped_defs = true
disallow_untyped_defs = true

0 comments on commit c09daeb

Please sign in to comment.