mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Upgrade pydocstyle to 5.1.0 (#39374)
This commit is contained in:
parent
6ae9399237
commit
b882304ec2
@ -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…
x
Reference in New Issue
Block a user