From d4e8df333f1f7cceedfa2a145ac9f232423618f3 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 12 May 2021 20:55:11 +0200
Subject: [PATCH] pylint: try without E0401

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index dd9a53c..5c0d353 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -48,6 +48,6 @@ profile = "black"
 src_paths = ["duniterpy", "tests", "examples"]
 
 [tool.pylint.messages_control]
-disable = "C,E0401,R0401,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
+disable = "C,R0401,R0801,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613"
 enable = "C0121,C0202,C0321"
 jobs = 0
-- 
GitLab