Skip to content

Commit

Permalink
Update docformatter hook
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Oct 21, 2024
1 parent 2ff174b commit 821d5ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ repos:
hooks:
- id: numpydoc-validation

# temporarily disabled
# 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
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]
# args: [--in-place, --config, ./pyproject.toml]
- repo: https://github.com/PyCQA/docformatter
rev: 06907d0267368b49b9180eed423fae5697c1e909
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]

# - repo: https://github.com/MarcoGorelli/absolufy-imports
# rev: v0.3.1
Expand Down

0 comments on commit 821d5ac

Please sign in to comment.