diff --git a/pyproject.toml b/pyproject.toml index b1b173f3..5dc7d0ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ build-backend = "poetry.core.masonry.api" [tool.mypy] -plugins = ["mypy_django_plugin.main"] mypy_path = "./adaptive_hockey_federation" [tool.django-stubs] diff --git a/setup.cfg b/setup.cfg index 46a3fbf3..d534a744 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,10 +11,3 @@ per-file-ignores = */settings.py:E501 max-complexity = 10 -[mypy] -plugins = - mypy_django_plugin.main -mypy_path = "./adaptive_hockey_federation" - -[mypy.plugins.django-stubs] -django_settings_module = "adaptive_hockey_federation.settings"