mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +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::
|
.. note::
|
||||||
|
|
||||||
This option is ignored on Windows because :mod:`multiprocessing` does
|
This option is ignored on platforms where ``fork`` is not a
|
||||||
not support Windows across all supported versions of Python.
|
supported ``multiprocessing`` method.
|
||||||
|
|
||||||
This defaults to: ``auto``
|
This defaults to: ``auto``
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue