mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Update isort to 5.11.4 (#84406)
This commit is contained in:
parent
93cd73246a
commit
ac183b1394
@ -51,7 +51,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: v5.11.3
|
rev: 5.11.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
@ -8,7 +8,7 @@ flake8-comprehensions==3.10.1
|
|||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.3.0
|
flake8-noqa==1.3.0
|
||||||
flake8==6.0.0
|
flake8==6.0.0
|
||||||
isort==5.11.3
|
isort==5.11.4
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.10.0
|
||||||
pydocstyle==6.1.1
|
pydocstyle==6.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user