Skip to content

Commit ab46da9

Browse files
committed
Add pyproject-fmt to pre-commit hooks
1 parent eaa9cfe commit ab46da9

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
@@ -46,3 +46,8 @@ repos:
4646
hooks:
4747
- id: prettier
4848
exclude_types: [html, css, javascript, json, scss]
49+
50+
- repo: https://github.com/tox-dev/pyproject-fmt
51+
rev: "v2.5.0"
52+
hooks:
53+
- id: pyproject-fmt

0 commit comments

Comments
 (0)