diff options
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2cbe2a7..841663e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,8 @@ repos: rev: v3.7.4 hooks: - id: prettier + # https://github.com/rbubley/mirrors-prettier/issues/3 + language_version: 24.15.0 exclude_types: [html, json, scss] exclude: '(^djangoproject\/static\/js\/lib\/.*$|^checklists\/templates\/.*$)' |
