diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92b5aec..a95e1f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,3 +46,8 @@ repos: hooks: - id: prettier exclude_types: [html, css, javascript, json, scss] + + - repo: https://github.com/tox-dev/pyproject-fmt + rev: "v2.5.0" + hooks: + - id: pyproject-fmt