summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:54:06 +0300
committerLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:54:06 +0300
commit9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (patch)
treed7a972974bbe47c7e1cfb59cd48995d652e3dde0 /pyproject.toml
parent682c2e5f45930f94fc0f2485d62fe536c61417c2 (diff)
Fix linting errors
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index af10fe7..e764643 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ multi_line_output = 3
include_trailing_comma = true
[tool.mypy]
-plugins = "numpy.typing.mypy_plugin"
+plugins = "numpy.typing.mypy_plugin,pydantic.mypy"
[tool.poetry.scripts]
krr = "robusta_krr.main:run"