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