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 """