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",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
"pylint<=2.1.1", # version pinned until resolution of
|
||||
# https://github.com/PyCQA/pylint/issues/2612
|
||||
"pylint",
|
||||
"pytest",
|
||||
"sphinx",
|
||||
"tox",
|
||||
|
Loading…
x
Reference in New Issue
Block a user