Skip to content

Commit 2b2ea3d

Browse files
authored
Update flake8-noqa to 1.2.8 (home-assistant#76506)
1 parent 4e3db5b commit 2b2ea3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- flake8-docstrings==1.6.0
3333
- pydocstyle==6.1.1
3434
- flake8-comprehensions==3.10.0
35-
- flake8-noqa==1.2.5
35+
- flake8-noqa==1.2.8
3636
- mccabe==0.6.1
3737
files: ^(homeassistant|script|tests)/.+\.py$
3838
- repo: https://github.com/PyCQA/bandit

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ black==22.6.0
55
codespell==2.1.0
66
flake8-comprehensions==3.10.0
77
flake8-docstrings==1.6.0
8-
flake8-noqa==1.2.5
8+
flake8-noqa==1.2.8
99
flake8==4.0.1
1010
isort==5.10.1
1111
mccabe==0.6.1

0 commit comments

Comments
 (0)