Document the no support for pyproject.toml

Maybe link to the plugin supporting it within the documentation?
https://github.com/john-hen/Flake8-pyproject
This commit is contained in:
Andre Miras 2023-09-09 15:48:32 +02:00
parent 14c5edf336
commit 9202497c37

View file

@ -25,7 +25,7 @@ Configuration Locations
=======================
|Flake8| supports storing its configuration in your project in one of
``setup.cfg``, ``tox.ini``, or ``.flake8``.
``setup.cfg``, ``tox.ini``, or ``.flake8``, but not ``pyproject.toml``.
Values set at the command line have highest priority, then those in the
project configuration file, and finally there are the defaults. However,