Upgrade pydocstyle to 5.1.0 (#39374)
This commit is contained in:
parent
6ae9399237
commit
b882304ec2
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ repos:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- flake8-docstrings==1.5.0
|
- flake8-docstrings==1.5.0
|
||||||
- pydocstyle==5.0.2
|
- pydocstyle==5.1.0
|
||||||
files: ^(homeassistant|script|tests)/.+\.py$
|
files: ^(homeassistant|script|tests)/.+\.py$
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
rev: 1.6.2
|
rev: 1.6.2
|
||||||
|
|
|
@ -6,6 +6,6 @@ codespell==1.17.1
|
||||||
flake8-docstrings==1.5.0
|
flake8-docstrings==1.5.0
|
||||||
flake8==3.8.3
|
flake8==3.8.3
|
||||||
isort==5.4.2
|
isort==5.4.2
|
||||||
pydocstyle==5.0.2
|
pydocstyle==5.1.0
|
||||||
pyupgrade==2.7.2
|
pyupgrade==2.7.2
|
||||||
yamllint==1.24.2
|
yamllint==1.24.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue