chore: ruff

This commit is contained in:
2025-08-28 00:19:19 +08:00
parent 9af3d8d4fb
commit 581c6883d1
4 changed files with 20 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
{
"recommendations": [
"ms-python.black-formatter",
"ms-python.pylint",
"ms-python.flake8"
"charliermarsh.ruff"
]
}

View File

@@ -8,6 +8,6 @@
"xdis"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "charliermarsh.ruff"
}
}