diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a68e5e18..1698fc59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,14 +16,14 @@ repos: - id: check-toml - id: detect-private-key - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.7.3 hooks: - id: ruff args: [--config, pyproject.toml] - id: ruff-format args: [--config, pyproject.toml] - repo: https://github.com/djlint/djLint - rev: v1.35.4 + rev: v1.36.1 hooks: - id: djlint-reformat-jinja - repo: local