Skip to content

Commit

Permalink
Upgrade pydocstyle to v5
Browse files Browse the repository at this point in the history
Fixes #52
  • Loading branch information
carver committed Jan 19, 2021
1 parent 3a0fcae commit 8434801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"flake8==3.7.9",
"isort>=4.2.15,<5",
"mypy==0.770",
"pydocstyle>=3.0.0,<4",
"pydocstyle>=5.0.0,<6",
],
'doc': [
"Sphinx>=1.6.5,<2",
Expand Down

0 comments on commit 8434801

Please sign in to comment.