From e6534365fb272f93b2152b2db624144cf700aa5c Mon Sep 17 00:00:00 2001 From: Ginger Burns Date: Wed, 30 Oct 2024 14:34:40 +0000 Subject: [PATCH] ci: pull docformatter args from pyproject --- .pre-commit-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: