Chore: Ruff linting updated and fixed errors.

Chore: Moved from poetry to uv
This commit is contained in:
2026-02-22 04:23:14 +00:00
parent 2b844bc44b
commit 34e30efcaf
36 changed files with 2174 additions and 4057 deletions

View File

@ -1,4 +1,14 @@
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
"recommendations": ["angular.ng-template"]
"recommendations": [
"ms-vscode-remote.remote-wsl",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.debugpy",
"charliermarsh.ruff",
"docker.docker",
"angular.ng-template",
"dbaeumer.vscode-eslint",
"tombi-toml.tombi"
]
}