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 cf039bd commit a4508abCopy full SHA for a4508ab
.devcontainer.json
@@ -17,7 +17,8 @@
17
"ms-python.python",
18
"github.vscode-pull-request-github",
19
"ryanluker.vscode-coverage-gutters",
20
- "ms-python.vscode-pylance"
+ "ms-python.vscode-pylance",
21
+ "charliermarsh.ruff"
22
],
23
"settings": {
24
"files.eol": "\n",
requirements.txt
@@ -1,4 +1,4 @@
1
colorlog==6.7.0
2
-homeassistant==2023.7.2
+homeassistant==2023.7.1
3
pip>=21.0,<23.2
4
ruff==0.0.277
0 commit comments