From deb41be3e83c9f7c120d022dc68f8a125e89f2d9 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sun, 4 Oct 2020 17:27:24 +0200 Subject: [PATCH] =?UTF-8?q?[deps]=C2=A0added=20pylint=20as=20devdep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 387ed3f..39d4d8c 100644 --- a/Pipfile +++ b/Pipfile @@ -7,6 +7,7 @@ verify_ssl = true pytest = "*" requests = "*" pytest-asyncio = "*" +pylint = "*" [packages] click = "*"