diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4e1b109..f3bea42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,9 @@ line_length = 120 multi_line_output = 3 include_trailing_comma = true +[tool.mypy] +plugins = "numpy.typing.mypy_plugin" + [tool.poetry.scripts] krr = "robusta_krr.main:run" @@ -25,6 +28,8 @@ typer = {extras = ["all"], version = "^0.7.0"} pydantic = "1.10.7" kubernetes = "^26.1.0" prometheus-api-client = "^0.5.3" +numpy = "^1.24.2" + [tool.poetry.group.dev.dependencies] mypy = "^1.0.1" |
