klen / pylama

Code audit tool for python.
MIT License
1.05k stars 99 forks source link

Use tomli/tomllib instead of the unmaintained toml package #231

Open mgorny opened 2 years ago

mgorny commented 2 years ago

Replace the use of the unmaintained toml package with the modern alternatives: the built-in tomllib in Python 3.11+, and its equivalent tomli in older Python versions. tomli installs type stubs, so there is no need for an additional types-* package for it.

mgorny commented 1 year ago

Ping. We'd like to finally remove toml from Gentoo, and this package is one of the last blockers.