Skip to content

Commit 008b8e0

Browse files
committed
Speed up spellcheck by using 4 threads
1 parent 08a4137 commit 008b8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extras = docs
3030
deps = pyspelling
3131
commands =
3232
{envpython} -m mkdocs build --config-file {toxinidir}/mkdocs.yml
33-
{envpython} -m pyspelling --config {toxinidir}/.pyspelling.yml
33+
{envpython} -m pyspelling -j 4 --config {toxinidir}/.pyspelling.yml
3434

3535
[testenv:checklinks]
3636
extras = docs

0 commit comments

Comments
 (0)