Upgrade isort to 5.5.0 (#39639)

This commit is contained in:
Franck Nijhof 2020-09-04 09:23:24 +02:00 committed by GitHub
parent ed3e04b9ed
commit fdb737d1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -38,8 +38,8 @@ repos:
- --format=custom
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/timothycrosley/isort
rev: 5.4.2
- repo: https://github.com/PyCQA/isort
rev: 5.5.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -8,7 +8,6 @@ from homeassistant import config_entries, core
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD, CONF_TIMEOUT
from .const import ACTIVE_UPDATE_RATE, DEFAULT_TIMEOUT, SENSE_TIMEOUT_EXCEPTIONS
from .const import DOMAIN # pylint:disable=unused-import; pylint:disable=unused-import
_LOGGER = logging.getLogger(__name__)

View File

@ -5,7 +5,7 @@ black==20.8b1
codespell==1.17.1
flake8-docstrings==1.5.0
flake8==3.8.3
isort==5.4.2
isort==5.5.0
pydocstyle==5.1.1
pyupgrade==2.7.2
yamllint==1.24.2