Upgrade isort to 5.10.0 (#59046)
This commit is contained in:
parent
a52466c339
commit
da8b9cbe82
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ repos:
|
|||
- --configfile=tests/bandit.yaml
|
||||
files: ^(homeassistant|script|tests)/.+\.py$
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.3
|
||||
rev: 5.10.0
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
|
|
@ -7,7 +7,7 @@ flake8-comprehensions==3.7.0
|
|||
flake8-docstrings==1.6.0
|
||||
flake8-noqa==1.2.0
|
||||
flake8==4.0.1
|
||||
isort==5.9.3
|
||||
isort==5.10.0
|
||||
mccabe==0.6.1
|
||||
pycodestyle==2.8.0
|
||||
pydocstyle==6.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue