Add versionadded notes for options

This commit is contained in:
Ian Stapleton Cordasco 2018-10-27 11:58:31 -05:00
parent 19148eb5d7
commit 6ae2295bfe
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A

View file

@ -424,6 +424,8 @@ Options and their Descriptions
:ref:`Go back to index <top>` :ref:`Go back to index <top>`
.. versionadded:: 3.6.0
Specify a list of codes to add to the list of ignored ones. Similar 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 considerations as in :option:`--ignore` apply here with regard to the
value. value.
@ -455,6 +457,8 @@ Options and their Descriptions
:ref:`Go back to index <top>` :ref:`Go back to index <top>`
.. versionadded:: 3.7.0
Specify a list of mappings of files and the codes that should be ignored 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 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 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 <top>` :ref:`Go back to index <top>`
.. versionadded:: 3.6.0
Provide extra config files to parse in after and in addition to the files 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 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 into the Configuration Parser, so it has the highest precedence if it