A tool to format your pyproject.toml file, specifically designed for tox configuration sections. Current version 1.9.3, requires Python >=3.10. Released as needed.
pip install tox-toml-fmtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run tox with the fmt-toml environment to format pyproject.toml. Ensure tox is installed and configured with an environment named 'fmt-toml' (usually provided by the plugin).
Install tox-toml-fmt in the same Python environment as tox (e.g., global or virtual environment where tox is installed).
Run 'git add pyproject.toml' or backup before running the formatter. Review changes after formatting.
Use the official tox environment (e.g., 'tox run -e fmt-toml') instead of direct scripts.
Install the package alongside tox: 'pip install tox tox-toml-fmt'
Install tox: 'pip install tox'
Ensure tox-toml-fmt is installed: 'pip install tox-toml-fmt'. Check your tox.ini or pyproject.toml for proper plugin registration.
No resource links recorded.