Skip to content

Use Python's builtin TOML support

legoktm requested to merge legoktm/arti:tomllib into main

Python now ships tomllib for reading TOML files, starting with 3.11, which was released in October 2022 and available in most recent Linux distros, including Debian bookworm.

This makes it easier to run the checks locally, without needing to install additional dependencies.

Merge request reports