Skip to content

Commit

Permalink
ci: add docformatter args back
Browse files Browse the repository at this point in the history
apparently they don't get pulled from pyproject.toml when using the github action
  • Loading branch information
alycejenni committed Oct 30, 2024
1 parent 1dd01dd commit 531b368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ repos:
rev: eb1df34
hooks:
- id: docformatter
# these don't get pulled from the config in github actions
args: [ "-i", "--wrap-summaries=88", "--wrap-descriptions=88",
"--pre-summary-newline", "--make-summary-multi-line" ]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down

0 comments on commit 531b368

Please sign in to comment.