From a1678368cf58efaf2c1a9efbd6c84a4871948335 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 31 Aug 2020 10:20:39 +0200 Subject: [PATCH] Upgrade pydocstyle to 5.1.1 (#39492) --- .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 bc48c781690..8af0a7553e8 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.1.0 + - pydocstyle==5.1.1 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 48ee770b1d9..84e0f4e9905 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.1.0 +pydocstyle==5.1.1 pyupgrade==2.7.2 yamllint==1.24.2