diff options
| author | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
|---|---|---|
| committer | LeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com> | 2023-07-05 10:54:06 +0300 |
| commit | 9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (patch) | |
| tree | d7a972974bbe47c7e1cfb59cd48995d652e3dde0 /pyproject.toml | |
| parent | 682c2e5f45930f94fc0f2485d62fe536c61417c2 (diff) | |
Fix linting errors
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
