Updates mypy for pyproject.toml

This commit is contained in:
2021-08-29 16:58:57 -05:00
parent 4011a5c698
commit ba57e32cc5
2 changed files with 35 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ more-itertools = "^8.8.0"
pytest = ">=6"
flake8 = "^3.8.4"
pytest-cov = "^2.10.1"
mypy = "^0.790"
mypy = "^0.910"
[build-system]
requires = ["poetry>=0.12"]
@@ -27,3 +27,10 @@ junit_family = "xunit1"
[tool.mypy]
plugins = "numpy.typing.mypy_plugin"
[[tool.mypy.overrides]]
module = [
"scipy",
"scipy.optimize"
]
ignore_missing_imports = true