Skip to content

Commit

Permalink
ci: pull docformatter args from pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Oct 30, 2024
1 parent 531b368 commit e653436
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ 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" ]
args: [ '-i', '--config', './pyproject.toml' ]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down

0 comments on commit e653436

Please sign in to comment.