From 58f543b81c072682deaeb3c2cf530d5a2647aec8 Mon Sep 17 00:00:00 2001 From: Tobias Juelg <tobias@juelg.net> Date: Mon, 25 Oct 2021 22:01:09 +0200 Subject: [PATCH] Fix pylint be reverting pylint version :) --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 34bfbce..e62f662 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ bandit==1.6.2 -pylint~=2.8 +pylint==2.8 pylint-django~=2.4 django-stubs build -- GitLab