From c7c7f0b36e2824c098795d592ea9603cc10ae194 Mon Sep 17 00:00:00 2001 From: koalasat Date: Mon, 25 Nov 2024 10:52:58 +0100 Subject: [PATCH] Fix pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a513317..c4248728 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: language: system files: ^mobile/ types_or: [javascript, jsx, ts, tsx, css, markdown, json] # uses https://github.com/pre-commit/identify - entry: bash -c 'cd frontend && npm run lint' + entry: bash -c 'cd mobile && npm run lint' - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.13 hooks: