Skip to content

Commit

Permalink
MAINT: sort keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 10, 2024
1 parent c094bf7 commit 874c2d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 874c2d9

Please sign in to comment.