mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Merge branch 'patch-1' into 'master'
Fix typos in --exclude-from-doctest docs See merge request pycqa/flake8!455
This commit is contained in:
commit
a4aeb2e209
1 changed files with 3 additions and 3 deletions
|
|
@ -973,7 +973,7 @@ Options and their Descriptions
|
||||||
|
|
||||||
.. prompt:: bash
|
.. prompt:: bash
|
||||||
|
|
||||||
flake8 --exclude-in-doctest=dir/subdir/file.py,dir/other/file.py dir/
|
flake8 --exclude-from-doctest=dir/subdir/file.py,dir/other/file.py dir/
|
||||||
|
|
||||||
This **can** be specified in config files.
|
This **can** be specified in config files.
|
||||||
|
|
||||||
|
|
@ -981,10 +981,10 @@ Options and their Descriptions
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
exclude-in-doctest =
|
exclude-from-doctest =
|
||||||
dir/subdir/file.py,
|
dir/subdir/file.py,
|
||||||
dir/other/file.py
|
dir/other/file.py
|
||||||
exclude_in_doctest =
|
exclude_from_doctest =
|
||||||
dir/subdir/file.py,
|
dir/subdir/file.py,
|
||||||
dir/other/file.py
|
dir/other/file.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue