Skip to content

Commit

Permalink
Bump isort from 5.11.4 to 5.12.0 (home-assistant#86890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jan 29, 2023
1 parent 344a0c5 commit f9e8247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ flake8-comprehensions==3.10.1
flake8-docstrings==1.6.0
flake8-noqa==1.3.0
flake8==6.0.0
isort==5.11.4
isort==5.12.0
mccabe==0.7.0
pycodestyle==2.10.0
pydocstyle==6.2.3
Expand Down

0 comments on commit f9e8247

Please sign in to comment.