settings und formatierungseinstellungen für das Projekt dazu

This commit is contained in:
2026-01-27 16:10:57 +01:00
parent 19282888ee
commit 79ff6794db
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[tool.black]
line-length = 88
target-version = ["py312"]
[tool.ruff]
line-length = 88
select = ["E", "F", "I"]
+10
View File
@@ -0,0 +1,10 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"ruff.enable": true,
"ruff.fixOnSave": true,
"ruff.organizeImports": true
}