13 lines
No EOL
341 B
JSON
13 lines
No EOL
341 B
JSON
{
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.ruff": "always"
|
|
},
|
|
},
|
|
"ruff.configurationPreference": "filesystemFirst",
|
|
"ruff.lineLength": 110,
|
|
"ruff.lint.select": ["ALL"],
|
|
"ruff.lint.ignore": ["E501"],
|
|
} |