From c9c96ad6359c9a2c3fb15276e35a8ab260ac672f Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 11 Nov 2021 21:37:57 +1030 Subject: [PATCH] revert dev tool config files for master branch --- requirements_test.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index d388fd6..df62e77 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,4 +6,4 @@ pydocstyle==6.1.1 cryptography==3.2 pylint==2.8.2 pylint-strict-informational==0.1 -homeassistant==2021.1.4 \ No newline at end of file +homeassistant==2021.1.4 diff --git a/tox.ini b/tox.ini index 1c72213..49ccccb 100644 --- a/tox.ini +++ b/tox.ini @@ -35,4 +35,4 @@ commands = [testenv:typing] commands = - mypy --ignore-missing-imports --follow-imports=skip custom_components \ No newline at end of file + mypy --ignore-missing-imports --follow-imports=skip custom_components