From 922157f814425392baccf4a1c7d5d29fe40627ed Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:43:20 +0200 Subject: [PATCH] MAINT: move `--all-files` before `{posargs}` --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 69d55eff..4458961f 100644 --- a/tox.ini +++ b/tox.ini @@ -87,7 +87,7 @@ description = Run all notebooks with pytest allowlist_externals = pre-commit commands = - pre-commit run {posargs} --all-files + pre-commit run --all-files {posargs} description = Perform all linting, formatting, and spelling checks setenv = SKIP = pyright