Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why is this change needed?
コントリビューションガイドのセットアップ方法の記載が古く利用ができない。
変更前ではpoetryの日本語訳を行っている有志サイトを参照しているが、そちらの更新が止まっている。
https://cocoatomo.github.io/poetry-ja/
一方で公式の方は上記記事記載の方法をdeprecateとしている。
python-poetry/poetry#6377
また、poetry 1.1以前と1.2以降でlockファイルのフォーマットが変更になっている。
https://github.com/orgs/python-poetry/discussions/6763
python-poetry/poetry#5702
マージ先のlockファイル生成時のpoetryバージョンは不明だが、フォーマット的に1.1以前とみられる。
新しいpoetryを用いてlockを行うと差分が大きくなる。
What did you implement?
What behavior do you expect?
インストールされるパッケージに変更前後で差分がないこと。
手元環境ではコミット前後においてインストールされるpipパッケージリストに変更がないことを確認。
other
OSSへのコントリビュートが初めてなので、作法がわかっていません。
大変申し訳ないのですが、おかしい部分があれば適宜ご指摘いただけると助かります。