Open bolinocroustibat opened 3 months ago
Like modern tools like Ruff, MyPy, PDM or other similar tools, it would be great to have the choice between putting the configuration:
bumpr.rc
ruff.toml
pyproject.toml
[tool.bumpr]
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.
Like modern tools like Ruff, MyPy, PDM or other similar tools, it would be great to have the choice between putting the configuration:
bumpr.rc
,ruff.toml
...)pyproject.toml
project config file as a toml section[tool.bumpr]
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.