mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
fix link in configuration docs
This commit is contained in:
parent
2200c1a82c
commit
9e41e13627
1 changed files with 4 additions and 1 deletions
|
|
@ -164,7 +164,10 @@ This allows us to add comments for why we're excluding items, e.g.
|
|||
|
||||
.. note::
|
||||
|
||||
Following the recommended settings for `Python's ``configparser`` <https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour>`__, |Flake8| does not support inline comments for any of the keys. So while this is fine:
|
||||
Following the recommended settings for
|
||||
`Python's configparser <https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour>`_,
|
||||
|Flake8| does not support inline comments for any of the keys. So while
|
||||
this is fine:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue