Skip to content

Commit 78c54a4

Browse files
authored
Set pydocstyle to >=4.0.0,<5 (#301)
1 parent 6e8dd2b commit 78c54a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def get_git_commit_datetime() -> str:
100100
'flake8>=3.7.7,<4',
101101
'mock-open>=1.3.1,<1.4',
102102
'mypy>=0.710,<0.8',
103-
'pydocstyle==3.0.0',
103+
'pydocstyle>=4.0.0,<5',
104104
'pylint>=2.3.1,<2.4',
105105
'pytest-cov>=2.6.1,<3',
106106
'pytest-sugar>=0.9.2,<0.10',

0 commit comments

Comments
 (0)