mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Merge branch 'fix_link' into 'master'
fix link in configuration docs See merge request pycqa/flake8!447
This commit is contained in:
commit
e8afdffc8a
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::
|
.. 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
|
.. code-block:: ini
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue