diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f437b036..90fa233d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ ci: - autoupdate_schedule: monthly + autoupdate_schedule: quarterly exclude: "^LICENSES" @@ -14,7 +14,7 @@ repos: # Run ruff to lint and format - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.4 + rev: v0.11.8 hooks: # Run the linter. - id: ruff