summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlesroelli <charles@aurox.ch>2026-04-19 23:01:35 +0200
committerGitHub <noreply@github.com>2026-04-19 23:01:35 +0200
commit07b1e1e25df6812bb488cf2f8064fe72e6904691 (patch)
tree5e7d52314dc7c7f2e1117d3bae168f224eb37fde
parent7760fe66ab10a9fad618163787119dcfb876b089 (diff)
Use Node v24.15.0 (LTS) for mirrors-prettier pre-commit hook (#2306)
Co-authored-by: Ülgen Sarıkavak <ulgens@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
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\/.*$)'