Skip to content

Commit

Permalink
All dependencies have type hints!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Sep 27, 2023
1 parent b01388e commit b74c9de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ requires = [
"setuptools_scm_git_archive"
]

[mypy]
plugins = "numpy.typing.mypy_plugin"

[tool.coverage.run]
branch = true

[tool.isort]
profile = "black"

[tool.mypy]
plugins = "numpy.typing.mypy_plugin"
strict = true

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

0 comments on commit b74c9de

Please sign in to comment.