Skip to content

Commit 738aa7c

Browse files
committed
Add pyproject-fmt to pre-commit hooks
1 parent d72d202 commit 738aa7c

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)