From e5edc0b0b34a5b54a41fdbd5eaafc3597950e01c Mon Sep 17 00:00:00 2001 From: bronsen Date: Tue, 9 Dec 2025 21:26:39 +0100 Subject: [PATCH] configure ruff --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6e8603a..dab2c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,3 +73,6 @@ version-file = "_version.py" [tool.pytest] asyncio_mode = "auto" + +[tool.ruff] +line-length = 100