From 33a1cd794649bb2872e0e43f2ed3ed937318cc9d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 31 Dec 2024 11:25:02 +0000 Subject: [PATCH] Adjust Ruff line length --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 672fdb073..6c32e56b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ docs = [ [tool.ruff] target-version = "py312" +line-length = 119 # Exclude the template content as most files aren't parseable extend-exclude = [ "[{]{2}cookiecutter.project_slug[}]{2}/*",