Skip to content

Commit

Permalink
re-add docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 1, 2024
1 parent 99f022b commit c7d9a26
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ repos:
args: [--py38-plus]

# python docstring formatting
#- repo: https://github.com/myint/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
- repo: https://github.com/myint/docformatter
# rev: v1.7.6
# as long as https://github.com/PyCQA/docformatter/pull/287 is not yet released
rev: 06907d0
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]

# python check (PEP8), programming errors and code complexity
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit c7d9a26

Please sign in to comment.