Skip to content

Commit

Permalink
Suspend docformatter until package has been fixed by the creators
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell authored Oct 14, 2024
1 parent acfc212 commit ec01c12
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@ repos:
# tests/|
# docs/source/conf.py|
# )$
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args:
- --in-place
- --wrap-summaries
- '88'
- --wrap-descriptions
- '88'
- --blank
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# args:
# - --in-place
# - --wrap-summaries
# - '88'
# - --wrap-descriptions
# - '88'
# - --blank
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
hooks:
Expand Down

0 comments on commit ec01c12

Please sign in to comment.