repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.3.3 hooks: # Run the linter. - id: ruff args: [--fix, --exit-non-zero-on-fix] # Run the formatter. - id: ruff-format - repo: https://github.com/rtts/djhtml rev: "3.0.6" hooks: - id: djhtml files: .*/templates/.*\.html$ - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.1.0 hooks: - id: prettier