[[coc-pyright]]を使う。[[coc-settings.json]]に以下の設定を入れればOK。 ```json { "python.formatting.provider": "ruff", "python.linting.ruffEnabled": true, } ```