Skip to content

Commit

Permalink
Add pyproject-fmt to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Dec 6, 2024
1 parent ec7d409 commit 147388a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@ repos:
hooks:
- id: djhtml
files: .*/templates/.*\.html$

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.5.0"
hooks:
- id: pyproject-fmt

0 comments on commit 147388a

Please sign in to comment.