Upgrade pydocstyle to 5.1.1 (#39492)

pull/39502/head
Franck Nijhof 2020-08-31 10:20:39 +02:00 committed by GitHub
parent 4688171ce0
commit a1678368cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-docstrings==1.5.0
- pydocstyle==5.1.0
- pydocstyle==5.1.1
files: ^(homeassistant|script|tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.6.2

View File

@ -6,6 +6,6 @@ codespell==1.17.1
flake8-docstrings==1.5.0
flake8==3.8.3
isort==5.4.2
pydocstyle==5.1.0
pydocstyle==5.1.1
pyupgrade==2.7.2
yamllint==1.24.2