From 9846f451b4a64e0e0d94e685522c91291a0c1102 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Bayle <j2b.bayle@gmail.com>
Date: Mon, 29 Mar 2021 10:06:48 +0200
Subject: [PATCH] Ignore Pylint warnings for LISA Constants

---
 .pylintrc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.pylintrc b/.pylintrc
index 0f521a1..5fc824a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -23,3 +23,7 @@ max-args=10
 
 # Maximum number of public methods
 max-public-methods=30
+
+[TYPECHECK]
+
+ignored-modules=lisaconstants
-- 
GitLab