Upgrade isort to 5.5.3 (#40493)
parent
784af5ad10
commit
40d003eccf
|
@ -39,7 +39,7 @@ repos:
|
||||||
- --configfile=tests/bandit.yaml
|
- --configfile=tests/bandit.yaml
|
||||||
files: ^(homeassistant|script|tests)/.+\.py$
|
files: ^(homeassistant|script|tests)/.+\.py$
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.5.2
|
rev: 5.5.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
|
|
@ -5,7 +5,7 @@ black==20.8b1
|
||||||
codespell==1.17.1
|
codespell==1.17.1
|
||||||
flake8-docstrings==1.5.0
|
flake8-docstrings==1.5.0
|
||||||
flake8==3.8.3
|
flake8==3.8.3
|
||||||
isort==5.5.2
|
isort==5.5.3
|
||||||
pydocstyle==5.1.1
|
pydocstyle==5.1.1
|
||||||
pyupgrade==2.7.2
|
pyupgrade==2.7.2
|
||||||
yamllint==1.24.2
|
yamllint==1.24.2
|
||||||
|
|
Loading…
Reference in New Issue