build: merge mypy.ini with pyproject.toml
This commit is contained in:
parent
55d8ce06c6
commit
7c65f87d58
@ -51,3 +51,8 @@ style = 'semver'
|
|||||||
vcs = 'git'
|
vcs = 'git'
|
||||||
dirty = true
|
dirty = true
|
||||||
bump = true
|
bump = true
|
||||||
|
|
||||||
|
[tool.mypy]
|
||||||
|
strict = true
|
||||||
|
warn_unused_configs = true
|
||||||
|
plugins = 'numpy.typing.mypy_plugin'
|
||||||
|
Loading…
Reference in New Issue
Block a user