Upgrade isort to 5.9.3 (#54481)

This commit is contained in:
Franck Nijhof
2021-08-11 18:01:45 +02:00
committed by GitHub
parent 6f70302901
commit d6483f2f36
2 changed files with 2 additions and 2 deletions

View File

@ -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.8.0 rev: 5.9.3
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -7,7 +7,7 @@ flake8-comprehensions==3.5.0
flake8-docstrings==1.6.0 flake8-docstrings==1.6.0
flake8-noqa==1.1.0 flake8-noqa==1.1.0
flake8==3.9.2 flake8==3.9.2
isort==5.8.0 isort==5.9.3
mccabe==0.6.1 mccabe==0.6.1
pycodestyle==2.7.0 pycodestyle==2.7.0
pydocstyle==6.0.0 pydocstyle==6.0.0