diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-11 16:30:42 +0300 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-05-11 16:30:42 +0300 |
| commit | 717baa6b12e09b5103c05737c11b2f56dcf651ba (patch) | |
| tree | 0f53cb9f52ecc2d04c2bd8eaa44572767631a8ad /pyproject.toml | |
| parent | 774731c008a3f648185270b0aa42ca13ac3ad1bf (diff) | |
Replace decimals on numpy arrays, keep timestapms
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" |
