We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa9cfe commit ab46da9Copy full SHA for ab46da9
.pre-commit-config.yaml
@@ -46,3 +46,8 @@ repos:
46
hooks:
47
- id: prettier
48
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