mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 06:44:18 +00:00
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:
parent
14c5edf336
commit
9202497c37
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Configuration Locations
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|Flake8| supports storing its configuration in your project in one of
|
|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
|
Values set at the command line have highest priority, then those in the
|
||||||
project configuration file, and finally there are the defaults. However,
|
project configuration file, and finally there are the defaults. However,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue