From 2204e9ee1c6e1cc13ae69843520af3a429593a80 Mon Sep 17 00:00:00 2001 From: Mike A Date: Sun, 31 Dec 2023 15:02:53 +0100 Subject: [PATCH] Enforce line length of 100 characters --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 123e50f..9ffe867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,8 @@ cryptography = "^41.0.7" beautifulsoup4 = "^4.12.2" aiohttp = "^3.9.1" +[tool.ruff] +line-length = 100 [build-system] requires = ["poetry-core"]