add comment explaining pylint<2.2 pin

This commit is contained in:
jab 2018-12-11 18:21:18 +00:00
parent e443b0fe18
commit 6ec9a4a2e2
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ DEV_REQ = SETUP_REQS + TEST_REQS + COVERAGE_REQS + DOCS_REQS + [
# *** Keep these in sync with the versions in .travis.yml and .pre-commit-config.yaml ***
'flake8 < 3.7',
'pydocstyle < 2.2',
# Pylint 2.2 drops Py2-specific checks: https://github.com/PyCQA/pylint/issues/1896
'pylint < 2.2',
]