Florian

Results 1 issues of Florian

When using tomlkit to modify a tomldocument, mypy throws a bunch of errors that I don't know how to fix. Example: ```python import tomlkit from pathlib import Path path =...