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