Skip to content

Commit

Permalink
Disable docformatter in pre-commit pending new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 1, 2024
1 parent 7969692 commit c4f4aac
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
exclude: _attrdict.py
args:
- --in-place
- --pre-summary-newline
- --black
- --non-cap=qBittorrent
# need a post v1.7.5 release for latest pre-commit
#- repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# exclude: _attrdict.py
# args:
# - --in-place
# - --pre-summary-newline
# - --black
# - --non-cap=qBittorrent

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.6.8
Expand Down

0 comments on commit c4f4aac

Please sign in to comment.