mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user