Skip to content

Commit

Permalink
remove pydocstyle hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 18, 2024
1 parent 49ee9b5 commit 2b50a28
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b50a28

Please sign in to comment.