diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82faf5b..4717609 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: