Revert "update to black formatter 25.1"

This reverts commit c034297bc0.
This commit is contained in:
Gilles Boccon-Gibod
2025-08-04 19:24:30 -07:00
parent a7111d0107
commit 12ca1c01f0
5 changed files with 16 additions and 18 deletions

10
.vscode/settings.json vendored
View File

@@ -94,17 +94,15 @@
"ycursor"
],
"[python]": {
"editor.rulers": [88],
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.rulers": [88]
},
"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.terminal.launchArgs": [
]
"python-envs.pythonProjects": []
}