fix(order_utils.py): unpin pylint version (#1337)
The version was pinned in order to work around a bug in pylint. That bug has been fixed and released.
This commit is contained in:
parent
4653e4c011
commit
768c28f328
@ -187,8 +187,7 @@ setup(
|
|||||||
"mypy_extensions",
|
"mypy_extensions",
|
||||||
"pycodestyle",
|
"pycodestyle",
|
||||||
"pydocstyle",
|
"pydocstyle",
|
||||||
"pylint<=2.1.1", # version pinned until resolution of
|
"pylint",
|
||||||
# https://github.com/PyCQA/pylint/issues/2612
|
|
||||||
"pytest",
|
"pytest",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"tox",
|
"tox",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user