diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0dc6789..230c33b 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.16.0 + rev: v0.16.1 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.43.0 + rev: v1.43.2 hooks: - id: djlint-reformat-django - repo: https://github.com/sphinx-contrib/sphinx-lint