From 1be4c1a7ac96fdc6c784c6521ff2761dda8a8ab9 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 9 Sep 2019 06:26:19 +0200 Subject: [PATCH] Pin pylint to latest version 2.3.1 (#19) --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 98eafc1..d8dbadc 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ rope black -pylint +pylint==2.3.1 pytest \ No newline at end of file