From 8b675cdbba952c7149de5a6f734d415c191eac8e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 19 Jul 2022 13:14:20 +0200 Subject: [PATCH] Remove unused mypy config from pyproject (#13224) --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) 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