From b0c873dd34cd4cb24a366ff98e44e7dadda5d4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 2 Mar 2021 22:16:11 +0200 Subject: [PATCH] Upgrade isort to 5.7.0 (#47279) https://pycqa.github.io/isort/CHANGELOG/#570-december-30th-2020 --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e2fb5cb3b3..4ab91245b9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - --configfile=tests/bandit.yaml files: ^(homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/isort - rev: 5.5.3 + rev: 5.7.0 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 953c7d75394..07f1efbc694 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -5,7 +5,7 @@ black==20.8b1 codespell==2.0.0 flake8-docstrings==1.5.0 flake8==3.8.4 -isort==5.5.3 +isort==5.7.0 pydocstyle==5.1.1 pyupgrade==2.7.2 yamllint==1.24.2