From c2adbdd45394cdf36faac96b4d28e809a13225d7 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Wed, 4 Oct 2023 13:33:39 +0200
Subject: [PATCH] Use pylint instead of pytest-pylint

---
 {{cookiecutter.project_slug}}/setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/{{cookiecutter.project_slug}}/setup.cfg b/{{cookiecutter.project_slug}}/setup.cfg
index 66a5d51..e25436b 100644
--- a/{{cookiecutter.project_slug}}/setup.cfg
+++ b/{{cookiecutter.project_slug}}/setup.cfg
@@ -53,7 +53,7 @@ all =
     pytest
     pytest-cov
     pytest-flake8
-    pytest-pylint
+    pylint
     pytest-watch
     sphinx
     sphinx-autoapi
-- 
GitLab