We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930af6a commit 5acac59Copy full SHA for 5acac59
.github/workflows/constraints.txt
@@ -4,7 +4,7 @@ pre-commit==3.0.1
4
bandit==1.7.4
5
black==22.12.0
6
flake8==6.0.0
7
-isort==5.11.4
+isort==5.11.5
8
pre-comit-hooks==4.1.0
9
pyupgrade==3.3.1
10
reorder-python-imports==3.9.0
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
- --configfile=bandit.yaml
40
files: ^(custom_components|homeassistant|script|tests|)/.+\.py$
41
- repo: https://github.com/PyCQA/isort
42
- rev: 5.10.1
+ rev: 5.11.5
43
hooks:
44
- id: isort
45
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments