build: merge mypy.ini with pyproject.toml

This commit is contained in:
Cyrille Nofficial 2022-10-27 16:03:55 +02:00
parent 55d8ce06c6
commit 7c65f87d58
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +0,0 @@
[mypy]
plugins = numpy.typing.mypy_plugin

View File

@ -51,3 +51,8 @@ style = 'semver'
vcs = 'git'
dirty = true
bump = true
[tool.mypy]
strict = true
warn_unused_configs = true
plugins = 'numpy.typing.mypy_plugin'