Skip to content

Commit a4508ab

Browse files
committed
Adjust dev container
1 parent cf039bd commit a4508ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"ms-python.python",
1818
"github.vscode-pull-request-github",
1919
"ryanluker.vscode-coverage-gutters",
20-
"ms-python.vscode-pylance"
20+
"ms-python.vscode-pylance",
21+
"charliermarsh.ruff"
2122
],
2223
"settings": {
2324
"files.eol": "\n",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
colorlog==6.7.0
2-
homeassistant==2023.7.2
2+
homeassistant==2023.7.1
33
pip>=21.0,<23.2
44
ruff==0.0.277

0 commit comments

Comments
 (0)