From 74cde3de6e5384d6ac3d857c0d75052b14ec57af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 10 Jan 2020 20:56:07 +0200 Subject: [PATCH] Upgrade pydocstyle to 5.0.2 (#30648) https://github.com/PyCQA/pydocstyle/blob/5.0.2/docs/release_notes.rst --- .pre-commit-config-all.yaml | 2 +- .pre-commit-config.yaml | 2 +- requirements_test_pre_commit.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config-all.yaml b/.pre-commit-config-all.yaml index 1eabfcb0017..a6b882e617b 100644 --- a/.pre-commit-config-all.yaml +++ b/.pre-commit-config-all.yaml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 226708bb947..1f27e82b6d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 7a20962ff7c..8af2cbb6123 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -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