From 6ae2295bfeea68c11a7d13282a9bfde1a553449b Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Sat, 27 Oct 2018 11:58:31 -0500 Subject: [PATCH] Add versionadded notes for options --- docs/source/user/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index cb3e949..00164ae 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -424,6 +424,8 @@ Options and their Descriptions :ref:`Go back to index ` + .. versionadded:: 3.6.0 + Specify a list of codes to add to the list of ignored ones. Similar considerations as in :option:`--ignore` apply here with regard to the value. @@ -455,6 +457,8 @@ Options and their Descriptions :ref:`Go back to index ` + .. versionadded:: 3.7.0 + Specify a list of mappings of files and the codes that should be ignored for the entirety of the file. This allows for a project to have a default list of violations that should be ignored as well as file-specific @@ -777,6 +781,8 @@ Options and their Descriptions :ref:`Go back to index ` + .. versionadded:: 3.6.0 + Provide extra config files to parse in after and in addition to the files that |Flake8| found on its own. Since these files are the last ones read into the Configuration Parser, so it has the highest precedence if it