From c04828292528524283cf4d25e34b1ef970be20e4 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:27:45 +0100 Subject: [PATCH] MAINT: move `pre-commit` `--all-files` flag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9568d73..f80d7c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -256,6 +256,6 @@ 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 """