diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d2d8d5..08ff8ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - mdformat-gfm - mdformat-gfm-alerts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.16 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -44,7 +44,7 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/djlint/djLint - rev: v1.36.4 + rev: v1.39.0 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint