From b16a1ae562fb3d880f69441a9e16aa5243733c2b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:40:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 652975c811..b390399225 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -387,11 +387,11 @@ testpaths = [ xfail_strict = true [tool.ruff] -line-length = 120 exclude = [ 'docs/source/topics/processes/include/snippets/functions/parse_docstring_expose_ipython.py', 'docs/source/topics/processes/include/snippets/functions/signature_plain_python_call_illegal.py' ] +line-length = 120 [tool.ruff.format] quote-style = 'single'