diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86fa7de9..f8bcdb6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.6 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -43,6 +43,6 @@ repos: hooks: - id: markdownlint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.381.2 + rev: 37.381.3 hooks: - id: renovate-config-validator