mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Merge pull request #1338 from PyCQA/asottile-patch-1
Clarify where `--jobs` is disabled
This commit is contained in:
commit
ac69c8b6e6
1 changed files with 2 additions and 2 deletions
|
|
@ -792,8 +792,8 @@ Options and their Descriptions
|
|||
|
||||
.. note::
|
||||
|
||||
This option is ignored on Windows because :mod:`multiprocessing` does
|
||||
not support Windows across all supported versions of Python.
|
||||
This option is ignored on platforms where ``fork`` is not a
|
||||
supported ``multiprocessing`` method.
|
||||
|
||||
This defaults to: ``auto``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue