34 lines
871 B
JSON
34 lines
871 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.typeCheckingMode": "strict",
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
},
|
|
"ruff.path": ["/nix/store/jaibb3v0rrnlw5ib54qqq3452yhp1xcb-ruff-0.5.7/bin/ruff"],
|
|
"tailwind-fold.supportedLanguages": [
|
|
"html",
|
|
"typescriptreact",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"javascript",
|
|
"vue-html",
|
|
"vue",
|
|
"php",
|
|
"markdown",
|
|
"coffeescript",
|
|
"svelte",
|
|
"astro",
|
|
"erb",
|
|
"django-html"
|
|
]
|
|
}
|