mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Upgrade isort to 5.8.0 (#49516)
This commit is contained in:
parent
c9bdc9609c
commit
77ae4abc6e
@ -44,7 +44,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.7.0
|
rev: 5.8.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
|
||||||
|
@ -7,7 +7,7 @@ flake8-comprehensions==3.4.0
|
|||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.1.0
|
flake8-noqa==1.1.0
|
||||||
flake8==3.9.1
|
flake8==3.9.1
|
||||||
isort==5.7.0
|
isort==5.8.0
|
||||||
pycodestyle==2.7.0
|
pycodestyle==2.7.0
|
||||||
pydocstyle==6.0.0
|
pydocstyle==6.0.0
|
||||||
pyflakes==2.3.1
|
pyflakes==2.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user