diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e622639..e2f55c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,3 +43,9 @@ repos: rev: 24.10.0 hooks: - id: black + + - repo: https://github.com/rbubley/mirrors-prettier + rev: "v3.4.1" + hooks: + - id: prettier + exclude_types: [html, css, javascript, json, scss]