mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Upgrade pydocstyle to 5.0.2 (#30648)
https://github.com/PyCQA/pydocstyle/blob/5.0.2/docs/release_notes.rst
This commit is contained in:
parent
fb2e059346
commit
74cde3de6e
@ -24,7 +24,7 @@ repos:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-docstrings==1.5.0
|
||||
- pydocstyle==5.0.1
|
||||
- pydocstyle==5.0.2
|
||||
files: ^(homeassistant|script|tests)/.+\.py$
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.2
|
||||
|
@ -20,7 +20,7 @@ repos:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-docstrings==1.5.0
|
||||
- pydocstyle==5.0.1
|
||||
- pydocstyle==5.0.2
|
||||
files: ^(homeassistant|script|tests)/.+\.py$
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.2
|
||||
|
@ -5,4 +5,4 @@ black==19.10b0
|
||||
flake8-docstrings==1.5.0
|
||||
flake8==3.7.9
|
||||
isort==v4.3.21
|
||||
pydocstyle==5.0.1
|
||||
pydocstyle==5.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user