7rikazhexde’s tech log

技術的な興味関心、備忘録、アウトプットなどを書いています。

警告対応

「Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.」の対応について

要約 pre-commitのpoetry-export hookで警告が表示された poetry-plugin-exportをインストールする poetry self show pluginsでインストール内容を確認し、 poetry config warnings.export falseで警告表示を無効にする 要約 追加情報(2025/01/07) 現象 実行…