Status- paralyzed between adding a [tool] section to pyproject.toml and creating another .settings file. If all tools used pyproject, it would rapidly become the windows registry of the python world.
On the otherhand, I'm annoyed by the HUGE list of .settings files & I'm ready to move them all to a nonstandard location like /.config/
♡ 1 ↻ 0Thought: settings.ini is a Dict[str,Dict[str,str]]. Toml is more like Dict[Any,Any]
♡ 0 ↻ 0