Skip to content

Commit b7e0746

Browse files
committed
Add pyproject-fmt to pre-commit hooks
1 parent ad5f0c1 commit b7e0746

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
@@ -49,3 +49,8 @@ repos:
4949
hooks:
5050
- id: prettier
5151
exclude_types: [html, css, javascript, json, scss]
52+
53+
- repo: https://github.com/tox-dev/pyproject-fmt
54+
rev: "v2.5.0"
55+
hooks:
56+
- id: pyproject-fmt

0 commit comments

Comments
 (0)