From 5c21aed9c783beb6775c551a8a1f631778ca1af7 Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Thu, 23 May 2024 08:45:56 +1000 Subject: [PATCH] adding pylintrc to allow longer lines --- apps/python-sdk/.pylintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/python-sdk/.pylintrc diff --git a/apps/python-sdk/.pylintrc b/apps/python-sdk/.pylintrc new file mode 100644 index 0000000..a580885 --- /dev/null +++ b/apps/python-sdk/.pylintrc @@ -0,0 +1,2 @@ +[FORMAT] +max-line-length = 120 \ No newline at end of file