We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject-fmt
1 parent e03a2df commit 6c6c3c0Copy full SHA for 6c6c3c0
.pre-commit-config.yaml
@@ -53,3 +53,8 @@ repos:
53
hooks:
54
- id: pretty-format-yaml
55
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