csachs / pyproject-flake8

pyproject-flake8 (pflake8), a monkey patching wrapper to connect flake8 with pyproject.toml configuration
The Unlicense
174 stars 16 forks source link

Switch to tomli dependency for TOML parsing #7

Closed johnthagen closed 2 years ago

johnthagen commented 2 years ago

PEP 680 adds tomllib to Python 3.11+. This is based on tomli. Most of the ecosystem has moved from toml to tomli. To better position/future proof this package, moving to tomli would likely be a good idea.