diff --git a/pyproject.toml b/pyproject.toml index 7eb2cd6854..593f01ee66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,3 @@ include-package-data = true [tool.setuptools.packages.find] include = ["hass_frontend*"] - -[tool.mypy] -python_version = 3.4 -show_error_codes = true -strict = true