From 7b07f1c00a722500d676c4b03154d96df4107c78 Mon Sep 17 00:00:00 2001 From: ojkoenig Date: Tue, 2 Aug 2022 12:09:13 +0200 Subject: [PATCH] Disable pydocstyle for now --- .pre-commit-config.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75ecbaf75..db1899f74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,9 +20,10 @@ repos: hooks: - id: codespell -- repo: https://github.com/pycqa/pydocstyle - rev: 6.1.1 - hooks: - - id: pydocstyle - additional_dependencies: [toml] - exclude: "tests/" +# For now we disable some of these checks, can be reenabled later +# - repo: https://github.com/pycqa/pydocstyle +# rev: 6.1.1 +# hooks: +# - id: pydocstyle +# additional_dependencies: [toml] +# exclude: "tests/"