Skip to content

Commit cdc78ee

Browse files
authoredMar 23, 2022
Update isort to 5.10.1 (home-assistant#68564)
1 parent 4fd0ed2 commit cdc78ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- --configfile=tests/bandit.yaml
4646
files: ^(homeassistant|script|tests)/.+\.py$
4747
- repo: https://github.com/PyCQA/isort
48-
rev: 5.10.0
48+
rev: 5.10.1
4949
hooks:
5050
- id: isort
5151
- repo: https://github.com/pre-commit/pre-commit-hooks

‎requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ flake8-comprehensions==3.8.0
77
flake8-docstrings==1.6.0
88
flake8-noqa==1.2.1
99
flake8==4.0.1
10-
isort==5.10.0
10+
isort==5.10.1
1111
mccabe==0.6.1
1212
pycodestyle==2.8.0
1313
pydocstyle==6.1.1

0 commit comments

Comments
 (0)