Remove unused mypy config from pyproject (#13224)

This commit is contained in:
Franck Nijhof 2022-07-19 13:14:20 +02:00 committed by GitHub
parent 36b4909950
commit 8b675cdbba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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