From 4414a9a7120c1a9c4a5af211c082b181c65696b6 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Jun 2024 14:54:59 +0200 Subject: [PATCH] ruff/line-length --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a9f4af7..66a3933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,9 @@ requires-python = ">= 3.10" [tool.hatch.version] path = "rwx/__init__.py" +[tool.ruff] +line-length = 80 + [tool.ruff.lint] ignore = ["COM812", "D203", "D213", "ISC001"] select = ["ALL"]