Merge branch 'main' into renovate/pin-dependencies
Some checks failed
Actions / Build Documentation (MkDocs) (push) Has been skipped
Actions / Build Documentation (MkDocs) (pull_request) Has been skipped
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 44s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 46s

This commit is contained in:
cswimr 2025-01-24 18:06:12 -05:00
commit 9f1c1cfc01
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
3 changed files with 390 additions and 234 deletions

View file

@ -29,7 +29,7 @@
"UV_PYTHON_DOWNLOADS": "never",
"PROJECT_DIR": "/workspaces/SeaCogs"
},
"mounts": ["source=uv-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"mounts": ["source=seacogs-persistent-data,target=/workspaces/SeaCogs/.data,type=volume"],
"postCreateCommand": "uv sync --frozen",
"remoteUser": "vscode"
}