From c327c0f239495d94666a714737f5050a05dbdaa0 Mon Sep 17 00:00:00 2001 From: Robin C Samuel Date: Wed, 16 Mar 2022 17:57:16 +0530 Subject: [PATCH] fix: freezing pylama version to avoid breaking changes (#52) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8b4c5e2..e2c5005 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ "pytest-cov==2.8.1", "coverage==5.0.4", "pylint==2.12.1", + "pylama==8.3.7", "pylama-pylint==3.1.1", "black==21.12b0", "pytest-black==0.3.12",