From 35e91a3da951881797847f9cee0a3e55b5ab49d1 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Mon, 22 Apr 2024 14:15:39 +0200
Subject: [PATCH] fix(ruff): set to line length back to 88 as used originally

That's the default for ruff but it makes it clearer that this
is what we want.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 24f2b54..44d7c0c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -145,7 +145,7 @@ include = [
 packages = ["src/idiap_devtools"]
 
 [tool.ruff]
-line-length = 80
+line-length = 88
 target-version = "py310"
 
 [tool.ruff.format]
-- 
GitLab