FYI: The flake8 project refuses to add toml configuration file support in part because there is no standard library toml module: https://github.com/PyCQA/flake8/issues/234#issuecomment-812800722 The thread was eventually locked by the project owner, and a project sprang up to try to address the issue: https://github.com/csachs/pyproject-flake8 Best, Neil On Saturday, December 11, 2021 at 11:57:24 AM UTC-5 Pradyun Gedam wrote:
The line of reasoning for the packaging tooling choosing TOML is elaborated upon in PEP 518 ( https://www.python.org/dev/peps/pep-0518/#other-file-formats) and that choice was informed by a survey of the existing formats: https://gist.github.com/njsmith/78f68204c5d969f8c8bc645ef77d4a8f. _______________________________________________ Python-ideas mailing list -- python...@python.org To unsubscribe send an email to python-id...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python...@python.org/message/SDAJ4DCK7... <https://mail.python.org/archives/list/python-ideas@python.org/message/SDAJ4DCK7GJIMEONNYJ3NNXKJYGQWJDF/> Code of Conduct: http://python.org/psf/codeofconduct/