Skip to content

Commit

Permalink
Use docformatter last master version that fixes PyCQA/docformatter#287
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz committed Oct 16, 2024
1 parent 5e5ecb0 commit 56ccf24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repos:
rev: 24.3.0
hooks:
- id: black
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]
- repo: https://github.com/PyCQA/docformatter
rev: master
hooks:
- id: docformatter
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
Expand Down

0 comments on commit 56ccf24

Please sign in to comment.