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/"