We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5f0c1 commit b7e0746Copy full SHA for b7e0746
.pre-commit-config.yaml
@@ -49,3 +49,8 @@ repos:
49
hooks:
50
- id: prettier
51
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