Upgrade pydocstyle to 5.1.0 (#39374)

pull/39379/head
Ville Skyttä 2020-08-29 11:07:48 +03:00 committed by GitHub
parent 6ae9399237
commit b882304ec2
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.0.2
- pydocstyle==5.1.0
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.0.2
pydocstyle==5.1.0
pyupgrade==2.7.2
yamllint==1.24.2