Skip to content

Commit

Permalink
add mypy plugin for numpy typing to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo committed Sep 23, 2023
1 parent f4bf99e commit 4ff1032
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ exclude = '''
| htmlcov
| .coverage
)/
'''
'''

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

0 comments on commit 4ff1032

Please sign in to comment.