diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8af0a7553e8..3f0c4c918ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,8 +38,8 @@ repos: - --format=custom - --configfile=tests/bandit.yaml files: ^(homeassistant|script|tests)/.+\.py$ - - repo: https://github.com/timothycrosley/isort - rev: 5.4.2 + - repo: https://github.com/PyCQA/isort + rev: 5.5.0 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/homeassistant/components/sense/config_flow.py b/homeassistant/components/sense/config_flow.py index 7a5b04229a1..f8b8ede6a4c 100644 --- a/homeassistant/components/sense/config_flow.py +++ b/homeassistant/components/sense/config_flow.py @@ -8,7 +8,6 @@ from homeassistant import config_entries, core from homeassistant.const import CONF_EMAIL, CONF_PASSWORD, CONF_TIMEOUT from .const import ACTIVE_UPDATE_RATE, DEFAULT_TIMEOUT, SENSE_TIMEOUT_EXCEPTIONS - from .const import DOMAIN # pylint:disable=unused-import; pylint:disable=unused-import _LOGGER = logging.getLogger(__name__) diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 84e0f4e9905..f5a697982bc 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -5,7 +5,7 @@ black==20.8b1 codespell==1.17.1 flake8-docstrings==1.5.0 flake8==3.8.3 -isort==5.4.2 +isort==5.5.0 pydocstyle==5.1.1 pyupgrade==2.7.2 yamllint==1.24.2