Skip to content

Commit

Permalink
Fix failing format CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerman342 committed Nov 22, 2024
1 parent 62972bd commit 3734619
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: markdownlint-fix

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -47,8 +47,10 @@ repos:
- --skip
- "*.bib,*.ipynb,*.lock,*.json"

# TODO: Set ``rev: v1.7.6`` once the release is available.
# See: https://github.com/PyCQA/docformatter/issues/293
- repo: https://github.com/myint/docformatter
rev: v1.5.0
rev: "eb1df347edd128b30cd3368dddc3aa65edcfac38"
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

0 comments on commit 3734619

Please sign in to comment.