chore: update deps & config

This commit is contained in:
Sun-ZhenXing
2025-06-30 10:47:00 +08:00
parent b53f744aa7
commit 7d9b5e0679
6 changed files with 194 additions and 56 deletions

View File

@@ -1,6 +1,7 @@
{
"recommendations": [
"ms-python.python",
"charliermarsh.ruff",
"fill-labs.dependi"
]
}

View File

@@ -3,7 +3,7 @@
"python.analysis.typeCheckingMode": "standard",
"python.analysis.importFormat": "absolute",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",