Skip to content

Commit

Permalink
Upgrade isort to 5.7.0 (home-assistant#47279)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Mar 2, 2021
1 parent 7ef174f commit b0c873d
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 @@ -43,7 +43,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.5.3
rev: 5.7.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 @@ -5,7 +5,7 @@ black==20.8b1
codespell==2.0.0
flake8-docstrings==1.5.0
flake8==3.8.4
isort==5.5.3
isort==5.7.0
pydocstyle==5.1.1
pyupgrade==2.7.2
yamllint==1.24.2

0 comments on commit b0c873d

Please sign in to comment.