From 874c2d9c94484cb1000ef741eb549b51b971e7c2 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:37:15 +0200 Subject: [PATCH] MAINT: sort keywords --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f6c1a6f..5d2b6e4 100644 --- a/tox.ini +++ b/tox.ini @@ -71,11 +71,11 @@ commands = description = Run all notebooks with pytest [testenv:sty] -description = Perform all linting, formatting, and spelling checks -setenv = - {[testenv]setenv} - SKIP = pyright allowlist_externals = pre-commit commands = pre-commit run {posargs} --all-files +description = Perform all linting, formatting, and spelling checks +setenv = + {[testenv]setenv} + SKIP = pyright