Skip to content

Commit cc22ac7

Browse files
authored
Pin pydocstyle version to less than 4.0.0 (#44)
pydocstyle 4.0.0 breaks flake8-docstrings 1.3.0 See: https://gitlab.com/pycqa/flake8-docstrings/issues/36
1 parent 69551e1 commit cc22ac7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
'flake8-import-order',
2525
'pep8-naming',
2626
'pre-commit',
27+
# pydocstyle 4.x breaks flake8-docstrings 1.3.0
28+
# See https://gitlab.com/pycqa/flake8-docstrings/issues/36
29+
'pydocstyle<4.0.0',
2730
'pylint',
2831
'pytest>=3.6', # Required for pytest-cov on Python 3.6
2932
'pytest-cov',

0 commit comments

Comments
 (0)