diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d14334b5..9719a8146 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,11 @@ repos: stages: [pre-commit] - repo: https://github.com/astral-sh/ruff-pre-commit +<<<<<<< HEAD rev: v0.12.11 +======= + rev: v0.13.0 +>>>>>>> 09b2586 ([pre-commit.ci] pre-commit autoupdate (#2072)) hooks: - id: ruff stages: [pre-commit] @@ -65,7 +69,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.1 hooks: - id: mypy exclude: "test_(.*).py$"