From f853aa4f6b044100f75d49ef1d0ce704ca1343d3 Mon Sep 17 00:00:00 2001 From: sco1 Date: Wed, 10 Jul 2019 18:09:57 -0400 Subject: Pin pydocstyle<4.0 in pre-commit config to unbreak flake8-docstrings --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28a51465..7165614b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: flake8 additional_dependencies: [ + "pydocstyle<4.0", "flake8-bandit", "flake8-bugbear", "flake8-docstrings", -- cgit v1.2.3