mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
🔧 ruff configuration in .vscode
This commit is contained in:
Vendored
+7
-1
@@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"python.analysis.typeCheckingMode": "basic"
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"[python]": {
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.organizeImports.ruff": "explicit",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ruff.lineLength": 80,
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user