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:
F. Eugene Aumson
2018-11-27 14:49:28 -05:00
committed by GitHub
parent 4653e4c011
commit 768c28f328

View File

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