Skip to content

Commit

Permalink
setup.cfg: Update dep on flake8-docstrings (new version fixes bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Sep 30, 2019
1 parent a31dfde commit 5a546a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ linting =
flake8==3.7.8
flake8-bugbear==19.8.0
flake8-commas==2.0.0
flake8-docstrings==1.4.0
flake8-docstrings==1.5.0
flake8-import-order
pep8-naming
# pydocstyle is pinned due to https://gitlab.com/pycqa/flake8-docstrings/issues/36
pydocstyle==4.0.1
pylint==2.4.1

testing =
Expand Down

0 comments on commit 5a546a1

Please sign in to comment.