Skip to content

Commit

Permalink
Merge pull request #477 from PyPSA/precommit-fix-master
Browse files Browse the repository at this point in the history
Remove broken pre-commit rule (`docformatter`)
  • Loading branch information
trevorb1 authored Nov 21, 2024
2 parents 1dadca4 + 19b4714 commit 1da758c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ repos:
hooks:
- id: snakefmt

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"]


- repo: https://github.com/keewis/blackdoc
Expand Down

0 comments on commit 1da758c

Please sign in to comment.