Skip to content

Commit

Permalink
Freeze docformatter to fix pre-commit
Browse files Browse the repository at this point in the history
After updating pre-commit to version 4,
docformatter stopped working correctly. Until this
is fixed, docformatter will refer to the commit
with this bug fix.

Details:
https://github.com/PyCQA/docformatter/pull/287\#issue-2568300589
  • Loading branch information
M1troll committed Oct 28, 2024
1 parent aeb7405 commit 453a3ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ repos:
hooks:
- id: add-trailing-comma

# TODO: Wait for release https://github.com/PyCQA/docformatter/issues/293
# Problem: https://github.com/PyCQA/docformatter/pull/287#issue-2568300589
- repo: https://github.com/pycqa/docformatter
rev: v1.7.5
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
hooks:
- id: docformatter
args: [
Expand Down

0 comments on commit 453a3ee

Please sign in to comment.