diff --git a/mypy.ini b/weave/legacy/mypy.ini similarity index 99% rename from mypy.ini rename to weave/legacy/mypy.ini index b8c601a669f..5902572cf8e 100644 --- a/mypy.ini +++ b/weave/legacy/mypy.ini @@ -1,5 +1,5 @@ [mypy] -plugins = mypy_weave_plugin.py +plugins = weave/legacy/mypy/mypy_weave_plugin.py warn_unused_configs = True exclude = (.*pyi$)|(weave/ecosystem)|(weave/tests)|(weave/panel)|(weave/ops)|(weave/trace_server/tests) diff --git a/mypy_weave_plugin.py b/weave/legacy/mypy/mypy_weave_plugin.py similarity index 100% rename from mypy_weave_plugin.py rename to weave/legacy/mypy/mypy_weave_plugin.py