Skip to content

Commit

Permalink
Enable pydoclint
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Jan 22, 2025
1 parent 7e33491 commit e3f13cc
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ repos:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/jsh9/pydoclint
rev: 0.6.0
hooks:
- id: pydoclint
args:
- --style=google
- --exclude='.git|tests/flytekit/*|tests/'
- --baseline=pydoclint-errors-baseline.txt
Loading

0 comments on commit e3f13cc

Please sign in to comment.