mirror of https://github.com/jab/bidict.git
add comment explaining pylint<2.2 pin
This commit is contained in:
parent
e443b0fe18
commit
6ec9a4a2e2
1
setup.py
1
setup.py
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue