bitter-ability-32190
10/10/2022, 3:42 PMflake8 toml support. Oof: https://github.com/PyCQA/flake8/issues/234
PyCQA locked as too heated and limited conversation to collaborators on Apr 2, 2021
there's been an uptick in those that cannot follow directions (NOTE: if you ask about pyproject.toml your issue will be closed as a duplicate of #234) so I will reiterate here:
...
if you'd like to continue this discussion please reach out to me privately, you may find the email address in my git commits
bitter-ability-32190
10/10/2022, 3:46 PMflake8 must be exhausting 😞
And the ecosystem changing on you can't be funwide-midnight-78598
10/10/2022, 4:18 PMthere is a tomllib in the stdlib as of python 3.11.
I completely forgot about that addition - though it's a parser, not writerenough-analyst-54434
10/10/2022, 4:21 PMbitter-ability-32190
10/10/2022, 4:34 PMtoml support for configs (not necessarily have to be pyproject.toml) because of the typing and better tooling support.
Most tools allow you to point their config to a toml file, which they parse as pyproject.toml schema. That's ideal 🙂bitter-ability-32190
10/10/2022, 4:41 PMconfig= options 😎