Skip to content

Commit

Permalink
Try a fix for broken docformatter pre-commit hook
Browse files Browse the repository at this point in the history
- PyCQA/docformatter#289
- PyCQA/docformatter#287

Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Oct 7, 2024
1 parent 4938112 commit 2b1655f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ repos:
rev: v1.7.5
hooks:
- id: docformatter
language: python
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
require_serial: true

Expand Down

0 comments on commit 2b1655f

Please sign in to comment.