Skip to content

Commit

Permalink
Upgrade flake8 to 3.9.2 (home-assistant#50664)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 15, 2021
1 parent bdc1ab2 commit 5ce07e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
exclude_types: [csv, json]
exclude: ^tests/fixtures/
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ codespell==2.0.0
flake8-comprehensions==3.4.0
flake8-docstrings==1.6.0
flake8-noqa==1.1.0
flake8==3.9.1
flake8==3.9.2
isort==5.8.0
mccabe==0.6.1
pycodestyle==2.7.0
Expand Down

0 comments on commit 5ce07e6

Please sign in to comment.