From 70aa8b6f00e547b30e513f42014999e61d1c8d01 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 12 Oct 2021 10:15:45 +0200 Subject: [PATCH] Upgrade flake8-comprehensions to 3.7.0 (#57520) --- .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 0a9424e53b8..18bb8aa58c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - pyflakes==2.3.1 - flake8-docstrings==1.6.0 - pydocstyle==6.0.0 - - flake8-comprehensions==3.5.0 + - flake8-comprehensions==3.7.0 - flake8-noqa==1.1.0 - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index aa3279cea18..ad9e168f3dd 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -3,7 +3,7 @@ bandit==1.7.0 black==21.9b0 codespell==2.0.0 -flake8-comprehensions==3.5.0 +flake8-comprehensions==3.7.0 flake8-docstrings==1.6.0 flake8-noqa==1.1.0 flake8==3.9.2