fix: local format incompat with ruff

This commit is contained in:
Mason Daugherty 2025-07-31 22:51:47 -04:00
parent bc5c6751dc
commit 6669ac7891
No known key found for this signature in database

View File

@ -21,7 +21,7 @@
"[python]": { "[python]": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.organizeImports": "explicit", "source.organizeImports.ruff": "explicit",
"source.fixAll": "explicit" "source.fixAll": "explicit"
}, },
"editor.defaultFormatter": "charliermarsh.ruff" "editor.defaultFormatter": "charliermarsh.ruff"