I have been using python-poetry for over a year now.
After poetry 1.2.0 release, I get such an info warning:
Configuration file exists at ~/Library/Application Support/pypoetry,
reusing this directory.
Consider moving configuration to ~/Library/Preferences/pypoetry,
as support for the legacy directory will be removed in an upcoming release.
But in docs, it is still indicated for macOS: ~/Library/Application Support/pypoetry
https://python-poetry.org/docs/configuration/
My question is that if ~/Library/Preferences/pypoetry is the latest decision what should I do for moving configuration to there?
Is just copy-pasting enough?
