diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82555d5..bf160ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + autoupdate_schedule: quarterly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 @@ -15,7 +18,7 @@ repos: # Python - Ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.7 hooks: # Run the linter - id: ruff @@ -25,7 +28,7 @@ repos: # Detect secrets - repo: https://github.com/gitleaks/gitleaks - rev: v8.29.1 + rev: v8.30.0 hooks: - id: gitleaks