poetry: Drop customizations.

Prepare for an updated Sphinx with a modern theme.
This commit is contained in:
Laurens Valk
2026-08-24 09:27:25 +02:00
parent 7e79c20f7d
commit 1df788d716
6 changed files with 464 additions and 623 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-python.python",
"ms-python.black-formatter"
"charliermarsh.ruff"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}
}
+1 -6
View File
@@ -4,14 +4,9 @@
},
"python.defaultInterpreterPath": ".venv/bin/python",
"python.autoComplete.extraPaths": ["jedi/src"],
"python.formatting.provider": "none",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.enabled": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.languageServer": "Pylance",
"python.testing.pytestArgs": [