Fix pre-commit

This commit is contained in:
koalasat 2024-11-25 10:52:58 +01:00
parent 075ee0c30c
commit c7c7f0b36e
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -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: