From b882304ec215ebddf69531b3840b92b3d8519c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 29 Aug 2020 11:07:48 +0300 Subject: [PATCH] Upgrade pydocstyle to 5.1.0 (#39374) --- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de54a5728d..bc48c78169 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 1594fa9499..48ee770b1d 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -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