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:
parent
7b54abc210
commit
e2990b5b38
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue