update to black formatter 25.1

This commit is contained in:
Gilles Boccon-Gibod
2025-08-02 21:11:34 -07:00
parent a1eff958e6
commit c034297bc0
5 changed files with 18 additions and 16 deletions

10
.vscode/settings.json vendored
View File

@@ -94,15 +94,17 @@
"ycursor"
],
"[python]": {
"editor.rulers": [88]
"editor.rulers": [88],
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "black",
"pylint.importStrategy": "useBundled",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python-envs.defaultEnvManager": "ms-python.python:system",
"python-envs.pythonProjects": []
"python-envs.pythonProjects": [],
"python.terminal.launchArgs": [
]
}