Skip to content

Commit

Permalink
chore: update docformatter (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy authored Jan 24, 2025
1 parent 7783a03 commit bec0bcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ repos:
- id: ruff-format

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
# Workaround for latest release (1.7.5) being incompatible with
# pre-commit >= 4.
# https://github.com/PyCQA/docformatter/issues/293#issuecomment-2419238424
rev: "eb1df347edd128b30cd3368dddc3aa65edcfac38"
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit bec0bcb

Please sign in to comment.