Upgrade isort to 5.5.1 (#39737)

This commit is contained in:
Franck Nijhof 2020-09-07 11:17:03 +02:00 committed by GitHub
parent 2bd2dcb50a
commit 72300a54df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.5.0
rev: 5.5.1
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks

View file

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