Bump isort from 5.11.4 to 5.12.0 (#86890)

pull/86906/head
Joakim Sørensen 2023-01-29 15:04:17 +01:00 committed by GitHub
parent 344a0c55a5
commit f9e8247401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,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.11.4 rev: 5.12.0
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

@ -8,7 +8,7 @@ flake8-comprehensions==3.10.1
flake8-docstrings==1.6.0 flake8-docstrings==1.6.0
flake8-noqa==1.3.0 flake8-noqa==1.3.0
flake8==6.0.0 flake8==6.0.0
isort==5.11.4 isort==5.12.0
mccabe==0.7.0 mccabe==0.7.0
pycodestyle==2.10.0 pycodestyle==2.10.0
pydocstyle==6.2.3 pydocstyle==6.2.3