pytest-dev / pytest-html

Plugin for generating HTML reports for pytest results
Other
707 stars 236 forks source link

[pre-commit] Add pyproject-fmt to normalize the pyproject.toml #846

Closed Pierre-Sassoulas closed 2 days ago

Pierre-Sassoulas commented 2 days ago

Will prevent most issues when doing parallel modifications of the pyproject.toml conf. (Every changes in pyproject.toml is automated).

BeyondEvil commented 2 days ago

Are the changes to pyproject.toml made by the formatter?

Pierre-Sassoulas commented 2 days ago

Yes ! (See 7be605df2c3b6afe6c147cddc76dfdebfeb29f66)

Pierre-Sassoulas commented 2 days ago

Oof, there's been a new issue introduced in the mypy MR, unlucky : https://github.com/pytest-dev/pytest-html/pull/847