noirbizarre / bumpr

Bump'R: Bump and release versions
GNU Lesser General Public License v3.0
33 stars 12 forks source link

Use section in pyproject.toml for config #375

Open bolinocroustibat opened 1 month ago

bolinocroustibat commented 1 month ago

Like modern tools like Ruff, MyPy, PDM or other similar tools, it would be great to have the choice between putting the configuration:

This second way would help avoiding bloating of project root with multiple config files in which happens quite often in Python (and JS/TS) projects.