python lsp

This commit is contained in:
Christoph Brandau
2025-07-16 17:14:09 +02:00
parent 9febcebddb
commit 99718eb856
194 changed files with 52506 additions and 116 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"ruff.configuration": {
"lint": {
"extend-ignore": ["F821", "E402"]
}
}
}