Skip to content

Commit

Permalink
Not all dependencies in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Sep 27, 2023
1 parent 5c60faa commit 34299af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ profile = "black"
plugins = "numpy.typing.mypy_plugin"
strict = true

[[tool.mypy.overrides]]
ignore_missing_imports = true
module = ["py", "rasterio"]

[tool.setuptools_scm]
write_to = "sarsen/version.py"
write_to_template = '''
Expand Down

0 comments on commit 34299af

Please sign in to comment.