Skip to content

Commit 0a9d238

Browse files
authored
Merge branch 'main' into pip_update
2 parents e71c327 + 5acac59 commit 0a9d238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pre-commit==3.0.1
44
bandit==1.7.4
55
black==22.12.0
66
flake8==6.0.0
7-
isort==5.11.4
7+
isort==5.11.5
88
pre-comit-hooks==4.1.0
99
pyupgrade==3.3.1
1010
reorder-python-imports==3.9.0

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- --configfile=bandit.yaml
4040
files: ^(custom_components|homeassistant|script|tests|)/.+\.py$
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.10.1
42+
rev: 5.11.5
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)