Skip to content

Commit

Permalink
Enable pydoclint (#3077)
Browse files Browse the repository at this point in the history
* Enable pydoclint

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Regenerate baseline

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

* Regenerate baseline for real this time

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>

---------

Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
eapolinario and eapolinario authored Jan 25, 2025
1 parent 5be0a6c commit 7bfcffc
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/jsh9/pydoclint
rev: 0.6.0
hooks:
- id: pydoclint
args:
- --ignore-words-list=assertIn # Ignore 'assertIn'
additional_dependencies: [tomli]
- --style=google
- --exclude='.git|tests/flytekit/*|tests/'
- --baseline=pydoclint-errors-baseline.txt
Loading

0 comments on commit 7bfcffc

Please sign in to comment.