pin to latest pylint

This commit is contained in:
jab 2018-08-02 01:13:43 +00:00
parent d014d17075
commit a7bc83f05a
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ DEV_REQ = SETUP_REQS + TEST_REQS + COVERAGE_REQS + DOCS_REQS + [
# minor versions manually to have a chance to fix any resulting breakage before it hits CI.
'flake8<3.6',
'pydocstyle<2.2',
'pylint<2.1',
'pylint<2.2',
]
setup(