Skip to content

Make pyproject.toml valid TOML

Miro Hrončok requested to merge hroncok/gi-docgen:valid_toml into main

This avoids:

TOMLDecodeError: Unclosed inline table (at line 42, column 30)

When parsing the file with tomllib.

Merge request reports