diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff2b0d5..318e93a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,3 +49,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