From 144454a85218152e22180e5db5dce47e7ccb3280 Mon Sep 17 00:00:00 2001
From: dalmiromaia <dmaia@fc.up.pt>
Date: Tue, 9 Nov 2021 20:12:47 +0000
Subject: [PATCH] ST-946 disable line length check

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4a35193b..14d46f39 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ IMAGE_FOR_DIAGRAMS = artefact.skao.int/ska-tango-images-pytango-builder:9.3.10
 
 PYTHON_BUILD_TYPE = tag_setup
 PYTHON_SWITCHES_FOR_ISORT = --skip tests --skip src -w 79 
-PYTHON_SWITCHES_FOR_BLACK = --exclude src --exclude tests --line-length 79
+PYTHON_SWITCHES_FOR_BLACK = --exclude src --exclude tests 
 
 #
 # include makefile to pick up the standard Make targets, e.g., 'make build'
-- 
GitLab