mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Upgrade isort to 5.7.0 (#47279)
https://pycqa.github.io/isort/CHANGELOG/#570-december-30th-2020
This commit is contained in:
parent
7ef174fb5e
commit
b0c873dd34
@ -43,7 +43,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.3
|
rev: 5.7.0
|
||||||
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==2.0.0
|
codespell==2.0.0
|
||||||
flake8-docstrings==1.5.0
|
flake8-docstrings==1.5.0
|
||||||
flake8==3.8.4
|
flake8==3.8.4
|
||||||
isort==5.5.3
|
isort==5.7.0
|
||||||
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…
x
Reference in New Issue
Block a user