From 70ecf78f01af4bac6c1c2a37bbdf38189bb54c55 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 12 Apr 2025 19:49:15 +0200 Subject: [PATCH] Set line length to 100 --- .deepsource.toml | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.deepsource.toml b/.deepsource.toml index 25bc3d7..c48c00d 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -6,3 +6,4 @@ enabled = true [analyzers.meta] runtime_version = "3.x.x" + max_line_length = 100 diff --git a/pyproject.toml b/pyproject.toml index 077e415..3946ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,5 +29,5 @@ files = ["requirements.txt"] requires = ["hatchling", "hatch-requirements-txt"] build-backend = "hatchling.build" -[tool.black] -line-length = 88 +[tool.ruff] +line-length = 100