Skip to content

Commit

Permalink
Merge pull request #85 from 3473f/fix-pre-commit-docformatter
Browse files Browse the repository at this point in the history
Fix pre-commit
  • Loading branch information
3473f authored Nov 16, 2024
2 parents 5fac7a9 + 94d7365 commit 237c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: black
name: Python formatting (black)
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
rev: 06907d0
hooks:
- id: docformatter
name: Python docstring formatting (docformatter)
Expand Down

0 comments on commit 237c3d2

Please sign in to comment.