Merge branch 'fix_link' into 'master'

fix link in configuration docs

See merge request pycqa/flake8!447
This commit is contained in:
Anthony Sottile 2020-08-22 20:13:04 +00:00
commit e8afdffc8a

View file

@ -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