Skip to content

Commit 23c9516

Browse files
committed
Add pyproject-fmt to pre-commit hooks
1 parent 5a25bf4 commit 23c9516

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ repos:
5656
hooks:
5757
- id: prettier
5858
exclude_types: [html, css, javascript, json, scss]
59+
60+
- repo: https://github.com/tox-dev/pyproject-fmt
61+
rev: "v2.5.0"
62+
hooks:
63+
- id: pyproject-fmt

0 commit comments

Comments
 (0)