[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.1)
- [github.com/djlint/djLint: v1.35.4 → v1.36.3](https://github.com/djlint/djLint/compare/v1.35.4...v1.36.3)
This commit is contained in:
pre-commit-ci[bot]
2024-12-02 23:30:28 +00:00
committed by GitHub
parent ed675f20e4
commit def928f1b7

View File

@@ -16,7 +16,7 @@ ci:
repos:
# autoformat and lint Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
types_or:
@@ -37,7 +37,7 @@ repos:
# autoformat HTML templates
- repo: https://github.com/djlint/djLint
rev: v1.35.4
rev: v1.36.3
hooks:
- id: djlint-reformat-jinja
files: ".*templates/.*.html"