diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e0bfc0c..03b0c09c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"