From 06b9be4d9cd35ad07a8f9ab6c4c1e71100d33754 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 2 Jan 2022 02:22:26 +0100 Subject: [PATCH] Upgrade flake8-noqa to 1.2.1 (#63170) --- .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 fbd954a8103..66591d3d7c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - flake8-docstrings==1.6.0 - pydocstyle==6.1.1 - flake8-comprehensions==3.7.0 - - flake8-noqa==1.2.0 + - flake8-noqa==1.2.1 - mccabe==0.6.1 files: ^(homeassistant|script|tests)/.+\.py$ - repo: https://github.com/PyCQA/bandit diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 244add03cc4..3d77770014d 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -5,7 +5,7 @@ black==21.12b0 codespell==2.0.0 flake8-comprehensions==3.7.0 flake8-docstrings==1.6.0 -flake8-noqa==1.2.0 +flake8-noqa==1.2.1 flake8==4.0.1 isort==5.10.0 mccabe==0.6.1