mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Update isort to 5.10.1 (#68564)
This commit is contained in:
parent
4fd0ed2474
commit
cdc78ee129
@ -45,7 +45,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.10.0
|
rev: 5.10.1
|
||||||
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.8.0
|
|||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
flake8-noqa==1.2.1
|
flake8-noqa==1.2.1
|
||||||
flake8==4.0.1
|
flake8==4.0.1
|
||||||
isort==5.10.0
|
isort==5.10.1
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
pycodestyle==2.8.0
|
pycodestyle==2.8.0
|
||||||
pydocstyle==6.1.1
|
pydocstyle==6.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user