Skip to content

Commit

Permalink
ci: add tomli as docformatter dep
Browse files Browse the repository at this point in the history
as recommended by docformatter issue 172
  • Loading branch information
alycejenni committed Oct 30, 2024
1 parent e653436 commit 42aa975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
hooks:
- id: docformatter
args: [ '-i', '--config', './pyproject.toml' ]
additional_dependencies: ['tomli']
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down

0 comments on commit 42aa975

Please sign in to comment.