mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.ruff": "explicit",
|
|
}
|
|
},
|
|
"ruff.lineLength": 80,
|
|
}
|