seri::diary

日常

ty

メモ: いつも忘れるPython + uv + ruff + tyのVSCodeの設定2026年4月版

VSCodeのsettings.json Formatter { "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.ruff": "always", "source.organizeImports.ruff": "always" }, "editor.defaultFormatter": "charliermarsh.ruff" }, "edito…