From 36bef07e7b5b94fe91278d3a6eed094f5f83f2b5 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson <daniel.k.nilsson@gmail.com> Date: Tue, 5 Nov 2024 16:30:47 +0100 Subject: [PATCH] ruff line length --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e06911..d37d13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ build-backend = "hatchling.build" [tool.black] line-length = 100 -target-version = ['py312'] +target-version = ['py313'] [tool.ruff] src = ["stranger", "tests", "scripts"] - +line-length = 100