Skip to content

Commit 6c6c3c0

Browse files
committed
ci: add pyproject-fmt to pre-commit
1 parent e03a2df commit 6c6c3c0

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
@@ -53,3 +53,8 @@ repos:
5353
hooks:
5454
- id: pretty-format-yaml
5555
args: [--autofix, --indent, '2']
56+
57+
- repo: https://github.com/tox-dev/pyproject-fmt
58+
rev: 0.1.0
59+
hooks:
60+
- id: pyproject-fmt

0 commit comments

Comments
 (0)