From 2b50a28d5049b832e3eff4d84e0b96bb406cd069 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 18 Mar 2024 15:17:57 -0600 Subject: [PATCH] remove pydocstyle hook --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fba57905..4cf5687c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,17 +66,6 @@ repos: - id: forbid-new-submodules - id: trailing-whitespace -- repo: https://github.com/PyCQA/pydocstyle - rev: 6.3.0 - hooks: - - id: pydocstyle - files: babelizer/.*\.py$ - args: - - --convention=numpy - - --add-select=D417 - exclude: ^babelizer/data - additional_dependencies: [".[toml]"] - - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.8.0 hooks: