Skip to content

Commit

Permalink
Update flake8 related packages (home-assistant#57538)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 12, 2021
1 parent 4afb4d9 commit bf24090
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
exclude: ^tests/fixtures/
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- pycodestyle==2.7.0
- pyflakes==2.3.1
- pycodestyle==2.8.0
- pyflakes==2.4.0
- flake8-docstrings==1.6.0
- pydocstyle==6.0.0
- pydocstyle==6.1.1
- flake8-comprehensions==3.7.0
- flake8-noqa==1.1.0
- flake8-noqa==1.2.0
- mccabe==0.6.1
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
Expand Down
10 changes: 5 additions & 5 deletions requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ black==21.9b0
codespell==2.0.0
flake8-comprehensions==3.7.0
flake8-docstrings==1.6.0
flake8-noqa==1.1.0
flake8==3.9.2
flake8-noqa==1.2.0
flake8==4.0.1
isort==5.9.3
mccabe==0.6.1
pycodestyle==2.7.0
pydocstyle==6.0.0
pyflakes==2.3.1
pycodestyle==2.8.0
pydocstyle==6.1.1
pyflakes==2.4.0
pyupgrade==2.27.0
yamllint==1.26.1

0 comments on commit bf24090

Please sign in to comment.