From ca7e6ac14f6c98f81d144c278e9a997171d8e796 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 18 Jul 2025 15:49:07 +0200 Subject: [PATCH] Fix precommit yarn lint --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fc67d0c..f25cc355 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,6 @@ repos: - id: yarn-lint name: yarn lint files: ^locust/webui/ - types_or: [javascript, jsx, ts, tsx] - entry: cd locust/webui && yarn lint + entry: bash -c "cd locust/webui && yarn lint" language: system pass_filenames: false