Skip to content

Commit

Permalink
Merge pull request #104 from karlch/pyup-scheduled-update-2019-08-18
Browse files Browse the repository at this point in the history
Scheduled weekly dependency update for week 33
  • Loading branch information
karlch authored Aug 19, 2019
2 parents a30ebf8 + 6e59d1a commit 6395973
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/requirements/requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pylint==2.3.1
pycodestyle==2.5.0
pydocstyle==3.0.0 # pyup: != 4.0.0 # disable 4.0.0, breaks due to https://github.com/PyCQA/pydocstyle/issues/370
pydocstyle==4.0.1
2 changes: 1 addition & 1 deletion misc/requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flaky==3.6.1
pytest==5.0.1
pytest==5.1.0
pytest-mock==1.10.4
pytest-qt==3.2.2
pytest-xvfb==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion vimiv/api/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def hello_planet(name: str = "earth"):
prints "hello earth" as before, but it is also possible to great other planets
by passing their name: ``:hello-planet --name=venus``.
Hint:
.. hint::
Type annotating the arguments is required as the type annotation is passed
to the argument parser as type of the argument.
Expand Down

0 comments on commit 6395973

Please sign in to comment.