From 0b1aad7ed6e1e6aa6bc4cf3402663e14e46bc13b Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:35:54 +0200 Subject: [PATCH] MAINT: move `description` on one line --- tox.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/tox.ini b/tox.ini index 2a69c3a..de6a6cc 100644 --- a/tox.ini +++ b/tox.ini @@ -21,8 +21,7 @@ commands = --keep-going \ --show-traceback \ docs/ docs/_build/html -description = - Build documentation and API through Sphinx +description = Build documentation and API through Sphinx [testenv:doclive] allowlist_externals = @@ -35,8 +34,7 @@ commands = --re-ignore='.*\.tmp' \ --watch docs \ docs/ docs/_build/html -description = - Set up a server to directly preview changes to the HTML pages +description = Set up a server to directly preview changes to the HTML pages [testenv:docnblive] base = doclive @@ -64,20 +62,17 @@ commands = --builder=linkcheck \ --show-traceback \ docs/ docs/_build/linkcheck -description = - Check external links in the documentation (requires internet connection) +description = Check external links in the documentation (requires internet connection) [testenv:nb] allowlist_externals = pytest commands = pytest --nbmake {posargs:docs} -description = - Run all notebooks with pytest +description = Run all notebooks with pytest [testenv:sty] -description = - Perform all linting, formatting, and spelling checks +description = Perform all linting, formatting, and spelling checks setenv = SKIP = pyright allowlist_externals =