Skip to content

Commit

Permalink
commit latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanepp committed Aug 23, 2024
1 parent cef034e commit cca6c1a
Show file tree
Hide file tree
Showing 6 changed files with 673 additions and 210 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lymanepp/calibration",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down Expand Up @@ -40,4 +40,4 @@
"features": {
"rust": "latest"
}
}
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"files.associations": {
"*.yaml": "home-assistant"
},
"python.testing.pytestArgs": [],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
Expand Down
Loading

0 comments on commit cca6c1a

Please sign in to comment.