diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41c6e10..d9752c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,3 +56,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