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...
This commit is contained in:
Richard Bowman 2021-07-19 21:31:45 +00:00 committed by Richard
parent 7b54abc210
commit e2990b5b38

View file

@ -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",