Skip to content

Commit

Permalink
Upgrade isort to 5.8.0 (#49516)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 21, 2021
1 parent c9bdc96 commit 77ae4ab
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
Expand Up @@ -44,7 +44,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.8.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
Expand Up @@ -7,7 +7,7 @@ flake8-comprehensions==3.4.0
flake8-docstrings==1.6.0
flake8-noqa==1.1.0
flake8==3.9.1
isort==5.7.0
isort==5.8.0
pycodestyle==2.7.0
pydocstyle==6.0.0
pyflakes==2.3.1
Expand Down

0 comments on commit 77ae4ab

Please sign in to comment.