repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-case-conflict - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier rev: v2.5.1 hooks: - id: prettier files: \.(js|css|html|json|md)$ - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.12 hooks: - id: ruff files: "^backend/" - id: ruff args: [ "check", "--select", "I", "--fix" ] - id: ruff-format