From 03c95350433b806f39c57f3214dc65604fe15a0d Mon Sep 17 00:00:00 2001
From: k204230 <bergemann@dkrz.de>
Date: Fri, 10 Jun 2022 20:13:52 +0200
Subject: [PATCH] Add pylint to test dependency

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 366dead..3c73b54 100644
--- a/setup.py
+++ b/setup.py
@@ -45,6 +45,7 @@ setup(
             "mypy",
             "nbformat",
             "pytest",
+            "pylint",
             "pytest-html",
             "pytest-env",
             "pytest-cov",
-- 
GitLab