pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
6.11k stars 309 forks source link

Hatch docs why.md out of date regarding tox TOML config #1746

Closed drmason13 closed 1 month ago

drmason13 commented 1 month ago

tox only supports INI configuration and if one desires putting that in the standard pyproject.toml file then it must be a multi-line string containing the INI config which would preclude syntax highlighting. Hatch allows for TOML-based config just like most other tools in the Python ecosystem.

Tox now supports "native" TOML config since 2024-09-30: https://tox.wiki/en/latest/changelog.html#v4-21-0-2024-09-30

Oh my, I didn't realise it was such a recent change! Still would be nice to mention.

Something like...

"Tox only started supporting this as of version 4.21.0 in September 2024."

Or you could just remove the mention of Tox to avoid the above statement getting stale.

ofek commented 1 month ago

Fixed, thanks! https://github.com/pypa/hatch/releases/tag/hatch-v1.13.0