From 9202497c376638401d61a35f5ffc889c449ea06d Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sat, 9 Sep 2023 15:48:32 +0200 Subject: [PATCH] Document the no support for pyproject.toml Maybe link to the plugin supporting it within the documentation? https://github.com/john-hen/Flake8-pyproject --- docs/source/user/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/configuration.rst b/docs/source/user/configuration.rst index 70fc22b..8fa0e70 100644 --- a/docs/source/user/configuration.rst +++ b/docs/source/user/configuration.rst @@ -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,