Fix precommit yarn lint

This commit is contained in:
Lars Holmberg 2025-07-18 15:49:07 +02:00
parent b33c64ec31
commit ca7e6ac14f
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ repos:
- id: yarn-lint - id: yarn-lint
name: yarn lint name: yarn lint
files: ^locust/webui/ files: ^locust/webui/
types_or: [javascript, jsx, ts, tsx] entry: bash -c "cd locust/webui && yarn lint"
entry: cd locust/webui && yarn lint
language: system language: system
pass_filenames: false pass_filenames: false