Skip to content

Commit

Permalink
Merge pull request #574 from larrybradley/docformatter
Browse files Browse the repository at this point in the history
Update docformatter pre-commit hook
  • Loading branch information
larrybradley authored Oct 21, 2024
2 parents 9326d7d + 821d5ac commit 1d30fcd
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 @@ -107,8 +107,10 @@ repos:
hooks:
- id: numpydoc-validation

# temporarily use commit from master branch until the next release
# see https://github.com/PyCQA/docformatter/pull/287
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: 06907d0267368b49b9180eed423fae5697c1e909
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit 1d30fcd

Please sign in to comment.