Skip to content

Commit 147388a

Browse files
committed
Add pyproject-fmt to pre-commit hooks
1 parent ec7d409 commit 147388a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ repos:
6262
hooks:
6363
- id: djhtml
6464
files: .*/templates/.*\.html$
65+
66+
- repo: https://github.com/tox-dev/pyproject-fmt
67+
rev: "v2.5.0"
68+
hooks:
69+
- id: pyproject-fmt

0 commit comments

Comments
 (0)