From e2990b5b387682666bfd5abca3b03d650acf0884 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Mon, 19 Jul 2021 21:31:45 +0000 Subject: [PATCH] Bump pylint version and fix to 2.8 to avoid bug pylint 2.9 crashes - I can't figure out why, but it seems like it's a bug in pylint rather than an error in our code. We should try to track it down and get it fixed, I've seen some similar bug reports on their github, but all of them should be resolved in 2.9... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a493ebad..5c46083b 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( "sphinxcontrib-openapi ~= 0.7", "sphinx_rtd_theme ~=0.5.2", "rope ~= 0.14.0", - "pylint ~= 2.3", + "pylint ~= 2.8.0", # 2.9.2 crashes and I've not yet figured out why. "pytest ~= 6.1.2", "mypy ~= 0.790", "types-python-dateutil",